6f2bb8c05a
Remove the "_ir" suffix. It was originally used to distinguish tests on
the JVM IR backend from the old JVM backend ("_old"), but the latter are
removed now.
11 lines
503 B
Plaintext
Vendored
11 lines
503 B
Plaintext
Vendored
package
|
|
|
|
public final class C {
|
|
public constructor C()
|
|
public final fun a(/*0*/ x: kotlin.Int = ...): kotlin.Unit
|
|
public final fun `a$default`(/*0*/ c: C, /*1*/ x: kotlin.Int, /*2*/ m: kotlin.Int, /*3*/ mh: kotlin.Any): kotlin.Unit
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|