Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
cli
/
jvm
/
experimentalNested.kt
blob: abb960baf4de426f34687e248e103928f760d09e [
file
] [
log
] [
blame
]
package
org
.
test
class
Outer
{
@RequiresOptIn
@Retention
(
AnnotationRetention
.
BINARY
)
annotation
class
Nested
}
@Outer
.
Nested
fun foo
()
{}