blob: aa3276fd546e276278081d58ffd43ea99d5157f3 [file]
// test.C
package test
annotation class AllOpen
@AllOpen
class C {
fun f() {}
fun g() {}
val p: Int
class D {
fun z() {
}
}
@AllOpen
class H {
fun j() {}
}
}
// COMPILATION_ERRORS