FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
constructor(i: Int)
|
||||
}
|
||||
|
||||
fun call() {
|
||||
val a = <expr>A(42)</expr>
|
||||
}
|
||||
Reference in New Issue
Block a user