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