blob: 7a29f2d1c2df8f2780f6873d866be8203941116f [file]
// TRUE
class Test {
val a : () -> Int = { <caret>pri }
}