Minor, add test for obsolete issue

#KT-5159 Obsolete
This commit is contained in:
Alexander Udalov
2014-09-17 21:20:57 +04:00
parent af01c0ff94
commit 483232a3e5
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,7 @@
// KT-5159
object Test {
val a = "OK"
}
fun box(): String = Test?.a