Descriptors from library source should be visible from descriptors from libraries class files

This commit is contained in:
Natalia Ukhorskaya
2016-03-16 16:49:16 +03:00
parent 5b489d1986
commit 6752d0f180
6 changed files with 38 additions and 0 deletions
@@ -0,0 +1,6 @@
package fileWithInternal
fun test() {
// Breakpoint
val a = fileWithInternal2.MyInternal()
}
@@ -0,0 +1,3 @@
package fileWithInternal2
internal class MyInternal