Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
ideRegression
/
AllOpenAnnotatedClasses.kt
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