// IS_APPLICABLE: false // DISABLE-ERRORS abstract class C { abstract var foo: String? = null }