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