// FIR_IDENTICAL // LANGUAGE: +DataObjects interface I { fun foo() } val o = data object: I { override fun foo() {} }