4d9b19da82
#KT-18539 Fixed
6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
class K {
|
|
fun foo(i: Int, s: String): Boolean {
|
|
TODO("Not yet implemented")
|
|
}
|
|
|
|
} |