Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -17,7 +17,7 @@ package test.DeeplyNestedStatic {
|
||||
package test.DeeplyNestedStatic.Foo {
|
||||
|
||||
package test.DeeplyNestedStatic.Foo.Bar {
|
||||
public open fun method(): jet.Unit
|
||||
public open fun method(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user