Minor, add test for obsolete issue
#KT-5159 Obsolete
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// KT-5159
|
||||
|
||||
object Test {
|
||||
val a = "OK"
|
||||
}
|
||||
|
||||
fun box(): String = Test?.a
|
||||
Reference in New Issue
Block a user