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