Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -2,6 +2,6 @@ package test
|
||||
|
||||
internal final class ClassFunGetFoo {
|
||||
/*primary*/ public constructor ClassFunGetFoo()
|
||||
internal final fun getFoo(): jet.Int
|
||||
internal final fun setFoo(/*0*/ p: jet.Int): jet.Unit
|
||||
internal final fun getFoo(): kotlin.Int
|
||||
internal final fun setFoo(/*0*/ p: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user