fix tests in org.jetbrains.kotlin.checkers

This commit is contained in:
Michael Nedzelsky
2015-09-03 15:25:57 +03:00
parent a3f22939f1
commit bc5c9065d2
2821 changed files with 12932 additions and 12960 deletions
@@ -1,10 +1,10 @@
package
package kt799 {
internal val a: kotlin.Nothing
internal val b: [ERROR : Return not allowed]
internal val c: kotlin.Unit
internal fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit
internal fun f(/*0*/ mi: kotlin.Int = ...): kotlin.Unit
internal fun test(): kotlin.Unit
public val a: kotlin.Nothing
public val b: [ERROR : Return not allowed]
public val c: kotlin.Unit
public fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit
public fun f(/*0*/ mi: kotlin.Int = ...): kotlin.Unit
public fun test(): kotlin.Unit
}