Analysis API: fix some compilation errors in reference resolve testdata

This commit is contained in:
Ilya Kirillov
2022-01-25 15:29:09 +01:00
parent d926dda27f
commit 96e1f1e7d4
41 changed files with 62 additions and 53 deletions
@@ -3,6 +3,8 @@ package testing
annotation class Annotation<T>(val clazz: Class<T>)
class ATest
@[Annotation<ATest>(javaClass<<caret>ATest>())]
class A<T>
@[Annotation<ATest>(A<<caret>ATest>())]
class BTest