Make sure that the class object class is not accessible from Kotlin
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Foo {
|
||||
class object {
|
||||
val bar = 1
|
||||
|
||||
fun test(<!UNUSED_PARAMETER!>a<!>: Foo.<!UNRESOLVED_REFERENCE!>`object`<!>) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user