Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
plugins
/
plugin-sandbox
/
testData
/
diagnostics
/
status
/
simpleAnnotation.kt
blob: 4dba68ce0058cdc442ad8e990e4c4d79f6b3111c [
file
]
import
org
.
jetbrains
.
kotlin
.
plugin
.
sandbox
.
AllOpen
@AllOpen
class
A
{
fun foo
()
{
}
}
@AllOpen
class
B
:
A
()
{
override
fun foo
()
{
}
}