Replace "jet" package name with "kotlin" in testData
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class WrongFieldName : java.lang.Object {
|
||||
public constructor WrongFieldName()
|
||||
public final var foo: jet.String?
|
||||
public final var foo: kotlin.String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user