Accept test results

This commit is contained in:
Chris Smowton
2022-04-25 14:57:42 +01:00
parent 12e3401ae0
commit 134f88fe8e
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ reflection.kt:
# 47| 0: [MethodAccess] get(...)
# 47| -1: [ExtensionReceiverAccess] this
# 47| 0: [SubExpr] ... - ...
# 47| 0: [MethodAccess] getLength(...)
# 47| 0: [MethodAccess] length(...)
# 47| -1: [ExtensionReceiverAccess] this
# 47| 1: [IntegerLiteral] 1
# 49| 2: [Method] fn2

View File

@@ -1406,7 +1406,6 @@
| ListIterator | GenericType, Interface, ParameterizedType |
| ListIterator<> | Interface, RawType |
| ListIterator<E> | Interface, ParameterizedType |
| ListIterator<T> | Interface, ParameterizedType |
| LoadOperation | GenericType, Interface, ParameterizedType |
| LoadOperation<> | Interface, RawType |
| LoadOperation<ByteBuffer,V,E,S> | Interface, ParameterizedType |