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