KT-4107 Data objects
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package
|
||||
|
||||
public data object Object {
|
||||
private constructor Object()
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user