Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
inheritFromAnnotationClass.kt
blob: f936bd9ad7204c561ffa5220fee2a65180e205ae [
file
]
// FIR_IDENTICAL
// DIAGNOSTICS: -FINAL_SUPERTYPE
// This error needs to be suppressed to cause light class generation
class
Foo
:
Target
()