Test navigation from source when same jar is in different libraries

One library can have sources attached and the other doesn't

 #KT-15093 In progress
This commit is contained in:
Pavel V. Talanov
2017-06-08 15:43:59 +03:00
parent b12de14482
commit 8cfd6ffae0
4 changed files with 55 additions and 21 deletions
@@ -0,0 +1,5 @@
package m1
public fun use() {
library.foo()
}