Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a94a6dc085d3d1f1010ea8bbc9d8754c3aa02b35
/
.
/
plugins
/
plugin-sandbox
/
testData
/
metadata
/
annotations.kt
blob: 9e494d680f03f7b473c083213060777e9924c0e7 [
file
]
// LANGUAGE: +AnnotationsInMetadata
package
test
import
org
.
jetbrains
.
kotlin
.
plugin
.
sandbox
.
AddAnnotations
@AddAnnotations
class
Some
(
val x
:
Int
)
{
fun foo
()
{}
class
Derived
}