Analysis API: move reference resolve testsdata with errors to dedicated folders

This commit is contained in:
Ilya Kirillov
2022-01-26 10:56:43 +01:00
parent 1a2de65421
commit 4530041cbb
74 changed files with 335 additions and 465 deletions
@@ -0,0 +1,10 @@
package testing
annotation class Annotation<T>(val clazz: Class<T>)
class ATest
class A<T>
@[Annotation<ATest>(A<<caret>ATest>())]
class BTest