blob: 37cc2b7a47821cf080aee760d29bb1fd4164c284 [file]
// PLATFORM_DEPENDANT_METADATA
// DUMP_KT_IR
package test
import org.jetbrains.kotlin.plugin.sandbox.AddAnnotations
@AddAnnotations
class Some(val x: Int) {
fun foo() {}
// some comment
class Derived
}