remove test for KT-2257: cannot access private namespace var in multi-file namespace

This commit is contained in:
Michael Nedzelsky
2015-08-28 10:41:13 +03:00
committed by Zalim Bashorov
parent 2f9151ec18
commit c62b9dc416
3 changed files with 0 additions and 12 deletions
-3
View File
@@ -1,3 +0,0 @@
fun box() = o + k
private val o = "O"
-3
View File
@@ -1,3 +0,0 @@
private val k = "K"
fun ignore() = o