[Analysis API] Add symbol tests for properties from libraries
^KT-62888 ^KT-62651
This commit is contained in:
committed by
Space Team
parent
faf33e4fa4
commit
a341dc704f
@@ -0,0 +1,13 @@
|
||||
// IGNORE_FE10
|
||||
// MODULE: lib
|
||||
// MODULE_KIND: LibraryBinary
|
||||
// FILE: Lib.kt
|
||||
package one
|
||||
|
||||
var topLevelVariable: Boolean = true
|
||||
|
||||
// MODULE: main(lib)
|
||||
// FILE: usage.kt
|
||||
fun usage() {
|
||||
one.topLe<caret>velVariable
|
||||
}
|
||||
Reference in New Issue
Block a user