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