11d3ead975
#KT-64590 Fixed
8 lines
123 B
Kotlin
Vendored
8 lines
123 B
Kotlin
Vendored
package test
|
|
|
|
class Outer {
|
|
private object Annotations {
|
|
annotation class EffectivelyPrivateAnnotation
|
|
}
|
|
}
|