Test 'find symbol' when same jar is shared by libs(some without sources)

This commit is contained in:
Pavel V. Talanov
2017-06-08 16:28:07 +03:00
parent 8cfd6ffae0
commit 6eb4addb6e
2 changed files with 78 additions and 1 deletions
@@ -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