Regenerated all test data which uses NamespaceComparator.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
public open class test.NotNullField : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.NotNullField
|
||||
public final var hi: jet.String
|
||||
public open class NotNullField : java.lang.Object {
|
||||
public constructor NotNullField()
|
||||
public final var hi : jet.String
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
public open class test.NotNullMethod : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.NotNullMethod
|
||||
public open fun hi(): jet.String
|
||||
public open class NotNullMethod : java.lang.Object {
|
||||
public constructor NotNullMethod()
|
||||
public open fun hi() : jet.String
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
public open class test.NotNullParameter : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.NotNullParameter
|
||||
public open fun hi(/*0*/ p0: jet.String): jet.Tuple0
|
||||
public open class NotNullParameter : java.lang.Object {
|
||||
public constructor NotNullParameter()
|
||||
public open fun hi(/*0*/ p0 : jet.String) : Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user