6 lines
92 B
Kotlin
Vendored
6 lines
92 B
Kotlin
Vendored
package test.pkg
|
|
|
|
class Foo {
|
|
fun bar(): Nothing = TO<caret>DO("Not implemented yet")
|
|
}
|