default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -22,7 +22,7 @@ package a {
|
||||
}
|
||||
}
|
||||
|
||||
internal default object CO {
|
||||
internal 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