Introduce NavigationWithMultipleLibrariesTest
Test navigation to library decompiled and source declaration when
there are multiple copies of the same library in project
Related to ba1ee99e97
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
library.kt
|
||||
class <1>LClass
|
||||
|
||||
class <3>A
|
||||
class B
|
||||
|
||||
fun LClass.<2>f(a: A) {
|
||||
Reference in New Issue
Block a user