blob: 8130dd16f6efd6c5e484190df94c204f89543cd9 [file]
// LL_FIR_DIVERGENCE
// The compiler reports `CLASSIFIER_REDECLARATION` on both `A`s, but the LL FIR APIs output is also workable. The underlying
// issue is already reported: KTIJ-23371.
// LL_FIR_DIVERGENCE
// FILE: f1.kt
package test
class A
class F1
// FILE: f2.kt
package test
class <!CLASSIFIER_REDECLARATION!>A<!>
class F2