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