Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/inheritFromAnnotationClass.fir.kt
T

5 lines
125 B
Kotlin
Vendored

// !DIAGNOSTICS: -FINAL_SUPERTYPE
// This error needs to be suppressed to cause light class generation
class Foo : Target()