Test 'find symbol' when same jar is shared by libs(some without sources)
This commit is contained in:
+6
-1
@@ -2,4 +2,9 @@ package m1
|
||||
|
||||
public fun use() {
|
||||
library.foo()
|
||||
}
|
||||
}
|
||||
|
||||
// SEARCH_TEXT: foo
|
||||
// REF: (library).foo()
|
||||
// BINARY: library/LibKt.class
|
||||
// SRC: src/lib.kt
|
||||
Reference in New Issue
Block a user