Companion objects have public visibility by default
#KT-7114 Fixed
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
test.Anno(t = ElementType.METHOD: java.lang.annotation.ElementType) internal final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
test.Anno(t = ElementType.ANNOTATION_TYPE: java.lang.annotation.ElementType) internal companion object Companion {
|
||||
test.Anno(t = ElementType.ANNOTATION_TYPE: java.lang.annotation.ElementType) public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user