Minor, add regression test

#KT-42527
This commit is contained in:
Alexander Udalov
2020-10-07 21:29:54 +02:00
parent af98720720
commit 2f003bdcb5
8 changed files with 44 additions and 0 deletions
@@ -0,0 +1,9 @@
class C {
fun OK() {}
companion object {
val result = C::OK
}
}
fun box(): String = C.result.name