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