blob: 424252bb684e425c6a6b4c494ae687b71b953de5 [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 {}
}
// FILE: B.kt
class OCDelegatingCodeInsightTestCase : com.jetbrains.cidr.lang.fixtures.OCDelegatingCodeInsightTestCase.Nested()
/* GENERATED_FIR_TAGS: classDeclaration, nestedClass */