Regenerated test data.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
jet.data() internal final class test.DataClass : jet.Any {
|
||||
public final /*constructor*/ fun <init>(/*0*/ x: jet.String, /*1*/ y: jet.Int, /*2*/ z: jet.Double): test.DataClass
|
||||
public final /*primary constructor*/ fun <init>(/*0*/ x: jet.String, /*1*/ y: jet.Int, /*2*/ z: jet.Double): test.DataClass
|
||||
internal final /*synthesized*/ fun component1(): jet.String
|
||||
internal final /*synthesized*/ fun component2(): jet.Double
|
||||
internal final /*synthesized*/ fun copy(/*0*/ x: jet.String = ?, /*1*/ y: jet.Int, /*2*/ z: jet.Double = ?): test.DataClass
|
||||
|
||||
Reference in New Issue
Block a user