Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullField : java.lang.Object {
|
||||
public constructor NotNullField()
|
||||
public final var hi: jet.String
|
||||
public final var hi: kotlin.String
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullIntArray : java.lang.Object {
|
||||
public constructor NotNullIntArray()
|
||||
public open fun hi(): jet.IntArray
|
||||
public open fun hi(): kotlin.IntArray
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullMethod : java.lang.Object {
|
||||
public constructor NotNullMethod()
|
||||
public open fun hi(): jet.String
|
||||
public open fun hi(): kotlin.String
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullObjectArray : java.lang.Object {
|
||||
public constructor NotNullObjectArray()
|
||||
public open fun hi(): jet.Array<jet.Any>
|
||||
public open fun hi(): kotlin.Array<kotlin.Any>
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullParameter : java.lang.Object {
|
||||
public constructor NotNullParameter()
|
||||
public open fun hi(/*0*/ p0: jet.String): jet.Unit
|
||||
public open fun hi(/*0*/ p0: kotlin.String): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user