// IS_APPLICABLE: false // ERROR: Function 'foo' without a body must be abstract open class A { fun foo(): Int }