Descriptors from library source should be visible from descriptors from libraries class files
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package fileWithError
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
// There is an error about internal visibility while analyzing fileWithInternal.kt
|
||||
fileWithInternal.test()
|
||||
}
|
||||
|
||||
// ADDITIONAL_BREAKPOINT: fileWithInternal.kt:Breakpoint
|
||||
|
||||
// EXPRESSION: 1
|
||||
// RESULT: 1: I
|
||||
Reference in New Issue
Block a user