f68ce4b35b
#KT-26908 #KT-26554 Move default parameter value tests to separate directory
10 lines
385 B
Plaintext
Vendored
10 lines
385 B
Plaintext
Vendored
package
|
|
|
|
public final inline class Test {
|
|
public constructor Test(/*0*/ x: kotlin.Int = ...)
|
|
public final val x: kotlin.Int
|
|
public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*synthesized*/ fun toString(): kotlin.String
|
|
}
|