regression test for KT-3421
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public object Globals{
|
||||
public fun get(key: String, remove: Boolean = true): String {
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return Globals["test"]
|
||||
}
|
||||
Reference in New Issue
Block a user