Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a94a6dc085d3d1f1010ea8bbc9d8754c3aa02b35
/
.
/
plugins
/
plugin-sandbox
/
testData
/
diagnostics
/
status
/
simpleAnnotation.kt
blob: 4ce3a6b3ce23315aecc27ea3665d365f90772801 [
file
]
// RUN_PIPELINE_TILL: BACKEND
import
org
.
jetbrains
.
kotlin
.
plugin
.
sandbox
.
AllOpen
@AllOpen
class
A
{
fun foo
()
{
}
}
@AllOpen
class
B
:
A
()
{
override
fun foo
()
{
}
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, override */