KT-9666 Inner classes do not appear in type completion

#KT-9666
This commit is contained in:
Valentin Kipyatkov
2015-10-20 15:10:52 +03:00
parent 375ecb4026
commit 255373162d
12 changed files with 49 additions and 13 deletions
@@ -1,5 +1,5 @@
import B.*
fun bar() {
val t: C.A = B.C.A()
val t: C.A = C.A()
}