blob: 98a88719eb30d1aa55105722599a8d650a7a2696 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// ISSUE: KT-71966
// FILE: A.kt
package com.jetbrains.cidr.lang.fixtures
open class OCDelegatingCodeInsightTestCase {
open class Nested : OCDelegatingCodeInsightTestCase() {}
}
// FILE: B.kt
class OCDelegatingCodeInsightTestCase : com.jetbrains.cidr.lang.fixtures.OCDelegatingCodeInsightTestCase.Nested()
/* GENERATED_FIR_TAGS: classDeclaration, nestedClass */