Scala 的 Predef 有一堆速记函数,包括一个用于未实现代码的函数,即 ???。Kotlin 是否有类似的东西,而不必求助于手写?
throw Error("Code not yet implemented")
kotlin
kotlin ×1