Regenerated test data.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.PropagateSubclassOfComparable : jet.Comparable<test.PropagateSubclassOfComparable> {
|
||||
public final /*constructor*/ fun <init>(): test.PropagateSubclassOfComparable
|
||||
public final /*primary constructor*/ fun <init>(): test.PropagateSubclassOfComparable
|
||||
public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): jet.Int
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.River : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.River
|
||||
public final /*primary constructor*/ fun <init>(): test.River
|
||||
internal final fun song(): jet.Int
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassFunGetFoo : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.ClassFunGetFoo
|
||||
public final /*primary constructor*/ fun <init>(): test.ClassFunGetFoo
|
||||
internal final fun getFoo(): jet.Int
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassFunGetFoo : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.ClassFunGetFoo
|
||||
public final /*primary constructor*/ fun <init>(): test.ClassFunGetFoo
|
||||
internal final fun getFoo(): jet.Int
|
||||
internal final fun setFoo(/*0*/ p: jet.Int): jet.Tuple0
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassFunGetFoo : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.ClassFunGetFoo
|
||||
public final /*primary constructor*/ fun <init>(): test.ClassFunGetFoo
|
||||
internal final fun set(/*0*/ p: jet.Int): jet.Tuple0
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ExtFunInClass : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.ExtFunInClass
|
||||
public final /*primary constructor*/ fun <init>(): test.ExtFunInClass
|
||||
internal final fun jet.Int.shuffle(): jet.Int
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal abstract class test.ModifierAbstract : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.ModifierAbstract
|
||||
public final /*primary constructor*/ fun <init>(): test.ModifierAbstract
|
||||
internal abstract fun abs(): jet.Int
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal open class test.ModifierOpen : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.ModifierOpen
|
||||
public final /*primary constructor*/ fun <init>(): test.ModifierOpen
|
||||
internal open fun abs(): jet.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user