Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
internal var property: jet.Int
|
||||
internal fun <get-property>(): jet.Int
|
||||
test.Anno() internal fun <set-property>(/*0*/ value: jet.Int): jet.Unit
|
||||
internal var property: kotlin.Int
|
||||
internal fun <get-property>(): kotlin.Int
|
||||
test.Anno() internal fun <set-property>(/*0*/ value: kotlin.Int): kotlin.Unit
|
||||
|
||||
internal final annotation class Anno : jet.Annotation {
|
||||
internal final annotation class Anno : kotlin.Annotation {
|
||||
/*primary*/ public constructor Anno()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user