Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
inheritFromAnnotationClass.kt
blob: 50c2de858ab6b9184eae9723c40cb674faaf9c8e [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// DIAGNOSTICS: -FINAL_SUPERTYPE
// This error needs to be suppressed to cause light class generation
class
Foo
:
Target
()
/* GENERATED_FIR_TAGS: classDeclaration */