Minor, add regression test
#KT-42527
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class C {
|
||||
fun OK() {}
|
||||
|
||||
companion object {
|
||||
val result = C::OK
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String = C.result.name
|
||||
Reference in New Issue
Block a user