Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 134f88f

Browse files
committed
Accept test results
1 parent 12e3401 commit 134f88f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

java/ql/test/kotlin/library-tests/reflection/PrintAst.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ reflection.kt:
1111
# 47| 0: [MethodAccess] get(...)
1212
# 47| -1: [ExtensionReceiverAccess] this
1313
# 47| 0: [SubExpr] ... - ...
14-
# 47| 0: [MethodAccess] getLength(...)
14+
# 47| 0: [MethodAccess] length(...)
1515
# 47| -1: [ExtensionReceiverAccess] this
1616
# 47| 1: [IntegerLiteral] 1
1717
# 49| 2: [Method] fn2

java/ql/test/kotlin/library-tests/types/types.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,6 @@
14061406
| ListIterator | GenericType, Interface, ParameterizedType |
14071407
| ListIterator<> | Interface, RawType |
14081408
| ListIterator<E> | Interface, ParameterizedType |
1409-
| ListIterator<T> | Interface, ParameterizedType |
14101409
| LoadOperation | GenericType, Interface, ParameterizedType |
14111410
| LoadOperation<> | Interface, RawType |
14121411
| LoadOperation<ByteBuffer,V,E,S> | Interface, ParameterizedType |

0 commit comments

Comments
 (0)