blob: 6967dcf80b2fcf3bb385a91e62b1fd75bf25ea1d [file] [log] [blame]
fun foo() {
try {
for (i in 1..100) {
}
} catch (e: Exception) {
}
}