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