Fix expected files

This commit is contained in:
Tamas Vajk
2022-02-01 14:32:54 +01:00
committed by Ian Lynagh
parent 9ff9bbe1c5
commit 4adf5829e4
3 changed files with 4 additions and 21 deletions

View File

@@ -108,8 +108,6 @@ classes.kt:
# 49| 0: [TypeAccess] Direction
# 49| 1: [ExprStmt] <Expr>;
# 49| 0: [MethodAccess] <obinit>(...)
# 49| 4: [Method] getName
# 49| 4: [Method] getOrdinal
# 53| 12: [Class] Color
# 0| 1: [Method] values
# 0| 1: [Method] valueOf
@@ -125,14 +123,12 @@ classes.kt:
# 53| 0: [TypeAccess] Color
# 53| 1: [ExprStmt] <Expr>;
# 53| 0: [MethodAccess] <obinit>(...)
# 53| 4: [Method] getName
# 53| 4: [Method] getOrdinal
# 53| 7: [Method] getRgb
# 53| 5: [Method] getRgb
# 53| 5: [BlockStmt] { ... }
# 53| 0: [ReturnStmt] return ...
# 53| 0: [VarAccess] this.rgb
# 53| -1: [ThisAccess] this
# 53| 7: [FieldDeclaration] int rgb;
# 53| 5: [FieldDeclaration] int rgb;
# 53| -1: [TypeAccess] int
# 59| 13: [Interface] Interface1
# 60| 14: [Interface] Interface2

View File

@@ -789,8 +789,6 @@ exprs.kt:
# 168| 0: [TypeAccess] Direction
# 168| 1: [ExprStmt] <Expr>;
# 168| 0: [MethodAccess] <obinit>(...)
# 168| 4: [Method] getName
# 168| 4: [Method] getOrdinal
# 172| 7: [Class] Color
# 0| 1: [Method] values
# 0| 1: [Method] valueOf
@@ -806,14 +804,12 @@ exprs.kt:
# 172| 0: [TypeAccess] Color
# 172| 1: [ExprStmt] <Expr>;
# 172| 0: [MethodAccess] <obinit>(...)
# 172| 4: [Method] getName
# 172| 4: [Method] getOrdinal
# 172| 7: [Method] getRgb
# 172| 5: [Method] getRgb
# 172| 5: [BlockStmt] { ... }
# 172| 0: [ReturnStmt] return ...
# 172| 0: [VarAccess] this.rgb
# 172| -1: [ThisAccess] this
# 172| 7: [FieldDeclaration] int rgb;
# 172| 5: [FieldDeclaration] int rgb;
# 172| -1: [TypeAccess] int
# 183| 8: [Interface] Interface1
# 185| 9: [Class] Class1

View File

@@ -633,8 +633,6 @@
| Collection<ConstantDesc> | Interface, ParameterizedType |
| Collection<DateTimePrinterParser> | Interface, ParameterizedType |
| Collection<E> | Interface, ParameterizedType |
| Collection<Entry<?>> | Interface, ParameterizedType |
| Collection<Entry<Identity,Entry<?>>> | Interface, ParameterizedType |
| Collection<Entry<K,V>> | Interface, ParameterizedType |
| Collection<Entry<Object,Object>> | Interface, ParameterizedType |
| Collection<Era> | Interface, ParameterizedType |
@@ -642,7 +640,6 @@
| Collection<F> | Interface, ParameterizedType |
| Collection<FileSystemProvider> | Interface, ParameterizedType |
| Collection<Future<T>> | Interface, ParameterizedType |
| Collection<Identity> | Interface, ParameterizedType |
| Collection<InterfaceAddress> | Interface, ParameterizedType |
| Collection<K> | Interface, ParameterizedType |
| Collection<LanguageRange> | Interface, ParameterizedType |
@@ -919,7 +916,6 @@
| Entry<? extends K,? extends V>[] | Array |
| Entry<?> | Class, ParameterizedType |
| Entry<?>[] | Array |
| Entry<Identity,Entry<?>> | Interface, ParameterizedType |
| Entry<K,V> | Class, ParameterizedType |
| Entry<K,V> | Interface, ParameterizedType |
| Entry<K,V>[] | Array |
@@ -1233,8 +1229,6 @@
| Iterable<ConstantDesc> | Interface, ParameterizedType |
| Iterable<DateTimePrinterParser> | Interface, ParameterizedType |
| Iterable<E> | Interface, ParameterizedType |
| Iterable<Entry<?>> | Interface, ParameterizedType |
| Iterable<Entry<Identity,Entry<?>>> | Interface, ParameterizedType |
| Iterable<Entry<K,V>> | Interface, ParameterizedType |
| Iterable<Entry<Object,Object>> | Interface, ParameterizedType |
| Iterable<Era> | Interface, ParameterizedType |
@@ -1243,7 +1237,6 @@
| Iterable<FileStore> | Interface, ParameterizedType |
| Iterable<FileSystemProvider> | Interface, ParameterizedType |
| Iterable<Future<T>> | Interface, ParameterizedType |
| Iterable<Identity> | Interface, ParameterizedType |
| Iterable<Integer> | Interface, ParameterizedType |
| Iterable<InterfaceAddress> | Interface, ParameterizedType |
| Iterable<K> | Interface, ParameterizedType |
@@ -1745,11 +1738,9 @@
| Set<Chronology> | Interface, ParameterizedType |
| Set<ClassOption> | Interface, ParameterizedType |
| Set<E> | Interface, ParameterizedType |
| Set<Entry<Identity,Entry<?>>> | Interface, ParameterizedType |
| Set<Entry<K,V>> | Interface, ParameterizedType |
| Set<Entry<Object,Object>> | Interface, ParameterizedType |
| Set<Exports> | Interface, ParameterizedType |
| Set<Identity> | Interface, ParameterizedType |
| Set<K> | Interface, ParameterizedType |
| Set<Locale> | Interface, ParameterizedType |
| Set<Modifier> | Interface, ParameterizedType |