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
+4 -4
View File
@@ -1,8 +1,8 @@
package
package kt2317 {
internal fun foo(/*0*/ l: kotlin.Long?): kotlin.Int?
internal fun quux(/*0*/ x: kotlin.Int?): kotlin.Unit
internal fun kotlin.Any?.bar(): kotlin.Unit
internal fun kotlin.Any?.baz(): kotlin.Int
public fun foo(/*0*/ l: kotlin.Long?): kotlin.Int?
public fun quux(/*0*/ x: kotlin.Int?): kotlin.Unit
public fun kotlin.Any?.bar(): kotlin.Unit
public fun kotlin.Any?.baz(): kotlin.Int
}