| // 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 */ |