blob: ff9f1ec3c208e3fd066029180c9395afcf523588 [file] [log] [blame]
package test.pkg
class Foo {
fun bar(): Nothing = TO<caret>DO("Not implemented yet")
}