Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
plugins
/
plugin-sandbox
/
testData
/
diagnostics
/
status
/
reversedAliasedAnnotation.kt
blob: 61cc12944a5e6937ab62fbe6f344db34b958e6c4 [
file
]
@MyTypeAlias
class
A
{
fun foo
()
{
}
}
@MyTypeAlias
class
B
:
A
()
{
<!
OVERRIDING_FINAL_MEMBER
!>
override
<!>
fun foo
()
{
}
}
typealias
MyTypeAlias
=
org
.
jetbrains
.
kotlin
.
plugin
.
sandbox
.
AllOpen