Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
ideRegression
/
AllOpenAnnotatedClasses.kt
blob: 4b37b8bb6faadf42d338a7e08b5feeb9b4f87c2c [
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
()
{}
}
}
// LAZINESS:NoLaziness
// SKIP_SANITY_TEST
// COMPILATION_ERRORS