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