FE10 Analysis API: create 17 separate test data files for resolve

This commit is contained in:
Mikhail Glukhikh
2022-05-25 15:58:31 +02:00
committed by Space
parent a3db2e13b2
commit c3b5d83f31
17 changed files with 38 additions and 0 deletions
@@ -0,0 +1,2 @@
Resolved to:
0: (in java.util) open class HashSet<E : kotlin.Any!> : java.util.AbstractSet<E!>, kotlin.Cloneable, java.io.Serializable, kotlin.collections.MutableSet<E>
@@ -0,0 +1,2 @@
Resolved to:
0: (in java.util) fun <T : kotlin.Any!> Comparator(function: (T!, T!) -> kotlin.Int): java.util.Comparator<T>
@@ -0,0 +1,2 @@
Resolved to:
0: (in java.util) fun <T : kotlin.Any!> Comparator(function: (T!, T!) -> kotlin.Int): java.util.Comparator<T>
@@ -0,0 +1,3 @@
Resolved to:
0: (in JavaClass) open fun setSomething(value: kotlin.Int)
1: var JavaClass.something: kotlin.Int
@@ -0,0 +1,2 @@
Resolved to:
0: (in test) object Conflict
@@ -0,0 +1,2 @@
Resolved to:
0: (in test) object Conflict
@@ -0,0 +1,2 @@
Resolved to:
0: (in test.C) constructor()
@@ -0,0 +1,4 @@
Resolved to:
0: (in kotlin.collections.IntIterator) operator fun next(): kotlin.Int
1: (in kotlin.collections.Iterator) operator fun hasNext(): kotlin.Boolean
2: (in kotlin.ranges.IntProgression) operator fun iterator(): kotlin.collections.IntIterator
@@ -0,0 +1,2 @@
Resolved to:
0: (in java.util) open class HashMap<K : kotlin.Any!, V : kotlin.Any!> : java.util.AbstractMap<K!, V!>, kotlin.Cloneable, java.io.Serializable, kotlin.collections.MutableMap<K, V>
@@ -0,0 +1,2 @@
Resolved to:
0: (in foo.bar.baz.AA.BB) companion object
@@ -0,0 +1,2 @@
Resolved to:
0: (in foo.bar.baz) class AA
@@ -0,0 +1,2 @@
Resolved to:
0: (in foo.bar.baz) class AA
@@ -0,0 +1,2 @@
Resolved to:
0: (in Controller) suspend fun suspendHere(x: ERROR_TYPE)
@@ -0,0 +1,3 @@
Resolved to:
0: (in testing) fun test()
1: (in testing) fun test()
@@ -0,0 +1,2 @@
Resolved to:
0: (in Test) constructor()
@@ -0,0 +1,2 @@
Resolved to:
0: (in ROOT) class Foo
@@ -0,0 +1,2 @@
Resolved to:
0: (in foo.DD) constructor()