Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
internal final class PropagateSubclassOfComparable : jet.Comparable<test.PropagateSubclassOfComparable> {
|
||||
internal final class PropagateSubclassOfComparable : kotlin.Comparable<test.PropagateSubclassOfComparable> {
|
||||
/*primary*/ public constructor PropagateSubclassOfComparable()
|
||||
public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): jet.Int
|
||||
public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): kotlin.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user