Companion objects have public visibility by default
#KT-7114 Fixed
This commit is contained in:
@@ -22,7 +22,7 @@ package a {
|
||||
}
|
||||
}
|
||||
|
||||
internal companion object CO {
|
||||
public companion object CO {
|
||||
private constructor CO()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user