blob: 9e494d680f03f7b473c083213060777e9924c0e7 [file]
// LANGUAGE: +AnnotationsInMetadata
package test
import org.jetbrains.kotlin.plugin.sandbox.AddAnnotations
@AddAnnotations
class Some(val x: Int) {
fun foo() {}
class Derived
}