Analysis API: move reference resolve testsdata with errors to dedicated folders
This commit is contained in:
+10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user