Files
2022-01-12 15:09:45 +01:00

2 lines
54 B
Kotlin
Vendored

fun overloaded(x: Int) {}
fun overloaded(s: String) {}