Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
tryInLocalClass.kt.after
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>
}
}