remove test for KT-2257: cannot access private namespace var in multi-file namespace
This commit is contained in:
committed by
Zalim Bashorov
parent
2f9151ec18
commit
c62b9dc416
@@ -1,3 +0,0 @@
|
||||
fun box() = o + k
|
||||
|
||||
private val o = "O"
|
||||
@@ -1,3 +0,0 @@
|
||||
private val k = "K"
|
||||
|
||||
fun ignore() = o
|
||||
Reference in New Issue
Block a user