Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user