Files
kotlin-fork/idea/testData/decompiler/navigation/usercode/GlobalFunction.kt
T
2016-03-30 21:35:18 +03:00

9 lines
98 B
Kotlin
Vendored

import testData.libraries.*
fun foo() {
func(5)
func(5, "5")
func(5, 5)
func()
}