Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class Owner {
|
||||
fun <caret>f(p: jet.Int): jet.String {}
|
||||
fun <caret>f(p: kotlin.Int): kotlin.String {}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
class Owner {
|
||||
}
|
||||
|
||||
fun Owner.f(p: jet.Int): jet.String {
|
||||
fun Owner.f(p: kotlin.Int): kotlin.String {
|
||||
}
|
||||
Reference in New Issue
Block a user