Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -5,11 +5,11 @@ public open class InnerClass : java.lang.Object {
|
||||
|
||||
public open inner class Inner : java.lang.Object {
|
||||
public constructor Inner()
|
||||
public open fun foo(): jet.Unit
|
||||
public open fun foo(): kotlin.Unit
|
||||
}
|
||||
|
||||
public open class Nested : java.lang.Object {
|
||||
public constructor Nested()
|
||||
public open fun bar(): jet.Unit
|
||||
public open fun bar(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user