FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
annotation class Anno(val param1: String, val param2: Int)
|
||||
|
||||
@Anno(param1 = "param", 2)
|
||||
class X {
|
||||
@Anno("funparam", 3)
|
||||
fun x() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user