Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
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