FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package testing
|
||||
|
||||
annotation class Annotation<T>(val clazz: Class<T>)
|
||||
class ATest
|
||||
|
||||
@[Annotation<ATest>(javaClass<<caret>ATest>())]
|
||||
class BTest
|
||||
|
||||
Reference in New Issue
Block a user