blob: 9bdb423c567d4e3d511939398fccee89bd1b730f [file] [log] [blame]
fun foo() {
for (i in 1..100) {
}.try<caret>
}