Fixed nested class in companion object case
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import dependency.C.Companion.Nested
|
||||
|
||||
fun foo() {
|
||||
Nested()
|
||||
}
|
||||
Reference in New Issue
Block a user