68c0bb9dc2
Change test data format
7 lines
69 B
Kotlin
Vendored
7 lines
69 B
Kotlin
Vendored
import testData.libraries.*
|
|
|
|
fun foo() {
|
|
func("5")
|
|
func(5)
|
|
}
|