Adjusted tests to the new DescriptorRenderer behaviour
This commit is contained in:
committed by
Andrey Breslav
parent
2352d86932
commit
7deec28b9c
@@ -2,9 +2,9 @@ package test
|
||||
|
||||
public open class Simple : java.lang.Object {
|
||||
public constructor Simple()
|
||||
public open fun foo() : jet.Unit
|
||||
public open fun foo(): jet.Unit
|
||||
}
|
||||
|
||||
package Simple {
|
||||
public open fun bar() : jet.Unit
|
||||
public open fun bar(): jet.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user