// IS_APPLICABLE: false // WITH_RUNTIME class Foo { fun forEach(): Int = 0 } fun main() { val x = Foo() x.forEach() }