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:
+5
@@ -0,0 +1,5 @@
|
||||
package m1
|
||||
|
||||
public fun use() {
|
||||
library.foo()
|
||||
}
|
||||
Reference in New Issue
Block a user