Another portion of test data fixed

This commit is contained in:
Andrey Breslav
2014-08-21 14:29:26 +04:00
parent a3d9ff65aa
commit 8134d097e3
27 changed files with 81 additions and 80 deletions
@@ -2,5 +2,5 @@ package test
public open class NotNullParameter {
public constructor NotNullParameter()
public open fun hi(/*0*/ p0: kotlin.String): kotlin.Unit
public open fun hi(/*0*/ p0: kotlin.String!): kotlin.Unit
}