blob: 2c3fc8bccb06829c377d8cda7b69d8bdf87c3f8e [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun Int.foo() {
let<caret> { it.dec() + 1 }
}