FIR IDE: relocate scope-related test data

This commit is contained in:
Jinseong Jeon
2021-10-23 23:26:54 -07:00
committed by Ilya Kirillov
parent 4266ffa274
commit 700f8ac287
14 changed files with 13 additions and 13 deletions
@@ -0,0 +1,11 @@
fun test(): Int = 3
val testVal: Int = 2
class C {
fun r() {
}
}
interface I