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