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