Files
kotlin-fork/idea/testData/decompiler/navigationMultipleLibs/libSrc/library.kt
T
Pavel V. Talanov c7f147d058 Introduce NavigationWithMultipleLibrariesTest
Test navigation to library decompiled and source declaration when
there are multiple copies of the same library in project
Related to ba1ee99e97
2017-03-21 16:19:54 +03:00

10 lines
67 B
Kotlin
Vendored

package lib
class LClass
class A
class B
fun LClass.f(a: A) {
}