Move test data for NavigateTo*Library tests to a more specific folder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import testData.libraries.*
|
||||
|
||||
fun foo() {
|
||||
func("5")
|
||||
func(5)
|
||||
}
|
||||
|
||||
// extra.kt
|
||||
//public fun <1>func(str : gogland.String) {
|
||||
// main.kt
|
||||
//public fun <2>func(a : Int, b : String = "55") {
|
||||
Reference in New Issue
Block a user