Updated test data. Unit -> jet.Unit.
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() : Unit
|
||||
public open fun foo() : jet.Unit
|
||||
}
|
||||
|
||||
public open class Nested : java.lang.Object {
|
||||
public constructor Nested()
|
||||
public open fun bar() : Unit
|
||||
public open fun bar() : jet.Unit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user