Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9f74a475e654a271d2924cb1d68ecbb852e03892
/
.
/
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
}