2da41a9e35
#KT-1681 in progress
12 lines
181 B
Kotlin
12 lines
181 B
Kotlin
import testData.libraries.*
|
|
|
|
fun foo() {
|
|
func("5")
|
|
func(5)
|
|
}
|
|
|
|
// extra.kt
|
|
//public fun <1>func(str : String) {
|
|
// main.kt
|
|
//public fun <2>func(a : Int, b : String = "55") {
|