Regenerated test data.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class test.TestConstructor : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int = ?, /*1*/ s: jet.Int): test.TestConstructor
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ public constructor TestConstructor(/*0*/ p : jet.Int = ..., /*1*/ s : jet.Int)
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class test.TestConstructor : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int = ?, /*1*/ d: jet.Int = ?): test.TestConstructor
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ public constructor TestConstructor(/*0*/ p : jet.Int = ..., /*1*/ d : jet.Int = ...)
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class test.A : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(): test.A
|
||||
internal final class test.A.TestConstructor : jet.Any {
|
||||
public final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int = ?): test.A.TestConstructor
|
||||
internal final class A {
|
||||
/*primary*/ public constructor A()
|
||||
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ public constructor TestConstructor(/*0*/ p : jet.Int = ...)
|
||||
}
|
||||
}
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class test.TestConstructor : jet.Any {
|
||||
private final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int = ?): test.TestConstructor
|
||||
internal final class TestConstructor {
|
||||
/*primary*/ private constructor TestConstructor(/*0*/ p : jet.Int = ...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user