Replace "jet" package name with "kotlin" in testData
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
internal fun jet.Int.foo(/*0*/ test.A() x: jet.Int): jet.Unit
|
||||
internal fun kotlin.Int.foo(/*0*/ test.A() x: kotlin.Int): kotlin.Unit
|
||||
|
||||
internal final annotation class A : jet.Annotation {
|
||||
internal final annotation class A : kotlin.Annotation {
|
||||
/*primary*/ public constructor A()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user