Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
ideRegression
/
AllOpenAnnotatedClasses.kt
blob: c7217cf84568688d61c770801ddb39ca7a23db2c [
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