FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
val x: Int = 10
|
||||
val Int.y get() = this
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
val x: Int = 10
|
||||
val Int.y get() = this
|
||||