Do not try to load Java classes from incorrect packages

#KT-11474 Fixed
This commit is contained in:
Alexander Udalov
2017-05-16 14:23:33 +03:00
parent 52237ce77f
commit bfb3b38ebc
6 changed files with 32 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
fun test(): A.Nested = A().nested()