default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -52,8 +52,8 @@ package Jet87 {
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
internal default object Default : Jet87.A, Jet87.B {
|
||||
private constructor Default()
|
||||
internal companion object Companion : Jet87.A, Jet87.B {
|
||||
private constructor Companion()
|
||||
internal open override /*1*/ /*fake_override*/ fun bar(): kotlin.Double
|
||||
public open override /*2*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
internal final override /*1*/ /*fake_override*/ fun foo(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user