test for obsolete KT-1528
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun box() = foo()
|
||||
@@ -0,0 +1,4 @@
|
||||
private val a = "OK"
|
||||
fun foo() : String {
|
||||
return "${a}"
|
||||
}
|
||||
Reference in New Issue
Block a user