Replace "jet" package name with "kotlin" in testData
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
public final annotation class SimpleAnnotation : jet.Annotation {
|
||||
public final annotation class SimpleAnnotation : kotlin.Annotation {
|
||||
public constructor SimpleAnnotation()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user