Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
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
()
{
}
}