Generate navigateToDecompiledLibraryTest from the same test data as navigateToLibrarySourceTest
Change test data format
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
ExtraKt.class
|
||||
public fun <1>func(str: kotlin.String): kotlin.Unit { /* compiled code */ }
|
||||
MainKt.class
|
||||
public fun <2>func(a: kotlin.Int, b: kotlin.String /* = compiled code */): kotlin.Unit { /* compiled code */ }
|
||||
Reference in New Issue
Block a user