blob: 0bd03324758870915b7da9990a826cf2747efddc [file]
fun test() {
class Local {
fun foo(): String {
<expr>return "foo"</expr>
}
}
Local().foo()
}