Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
tryOnFor.kt.after
blob: 6967dcf80b2fcf3bb385a91e62b1fd75bf25ea1d [
file
]
fun foo
()
{
try
{
for
(
i
in
1.
.
100
)
{
}
}
catch
(
e
:
Exception
)
{
}
}