Files

9 lines
100 B
Kotlin
Vendored

// WITH_STDLIB
package test.pkg
class Foo {
fun bar() = TO<caret>DO("Not implemented yet")
}