FIR IDE: relocate scope-related test data
This commit is contained in:
committed by
Ilya Kirillov
parent
4266ffa274
commit
700f8ac287
@@ -0,0 +1,11 @@
|
||||
fun test(): Int = 3
|
||||
|
||||
val testVal: Int = 2
|
||||
|
||||
class C {
|
||||
fun r() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
interface I
|
||||
Reference in New Issue
Block a user