blob: 21e066415dd3495ab47aeae323f78a30e5f0163a [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun Int.foo() {
this + 1
}