Files
2024-02-08 15:19:50 +00:00

8 lines
123 B
Kotlin
Vendored

package test
class Outer {
private object Annotations {
annotation class EffectivelyPrivateAnnotation
}
}