blob: cac1bf6fe53d46a002a9b4366947e7487add6bcc [file]
fun foo() {
class A {
// it's not a statement, while it has a block expression as an ancestor
val w = 1.try<caret>
}
}