[JS] add CLI test for KT-60531
This commit is contained in:
committed by
Space Team
parent
1e66f25546
commit
002cd011d4
+11
@@ -0,0 +1,11 @@
|
||||
class Foo {
|
||||
private companion object Test {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class Bar {
|
||||
fun a() {
|
||||
Foo.Test
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user