Descriptors from library source should be visible from descriptors from libraries class files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package fileWithInternal
|
||||
|
||||
fun test() {
|
||||
// Breakpoint
|
||||
val a = fileWithInternal2.MyInternal()
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package fileWithInternal2
|
||||
|
||||
internal class MyInternal
|
||||
Reference in New Issue
Block a user