Fixed nested class in companion object case

This commit is contained in:
Valentin Kipyatkov
2017-09-20 12:14:27 +03:00
parent 28e2683146
commit c63eb18b3c
5 changed files with 26 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
import dependency.C.Companion.Nested
fun foo() {
<selection>dependency.C.Companion.Nested()</selection>
}