c7f147d058
Test navigation to library decompiled and source declaration when
there are multiple copies of the same library in project
Related to ba1ee99e97
10 lines
67 B
Kotlin
Vendored
10 lines
67 B
Kotlin
Vendored
package lib
|
|
|
|
class LClass
|
|
|
|
class A
|
|
class B
|
|
|
|
fun LClass.f(a: A) {
|
|
|
|
} |