Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
var foo: jet.String in final class B : A, Z implements var foo: jet.String in trait A.
|
||||
var foo: jet.String in final class B : A, Z implements var foo: jet.String in trait Z.
|
||||
var foo: kotlin.String in final class B : A, Z implements var foo: kotlin.String in trait A.
|
||||
var foo: kotlin.String in final class B : A, Z implements var foo: kotlin.String in trait Z.
|
||||
Reference in New Issue
Block a user