Updated test data. Unit -> jet.Unit.
This commit is contained in:
@@ -2,9 +2,9 @@ package test
|
||||
|
||||
public open class Simple : java.lang.Object {
|
||||
public constructor Simple()
|
||||
public open fun foo() : Unit
|
||||
public open fun foo() : jet.Unit
|
||||
}
|
||||
|
||||
package Simple {
|
||||
public open fun bar() : Unit
|
||||
public open fun bar() : jet.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user