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 i {
internal fun test(/*0*/ list: kotlin.List<kotlin.Int>): kotlin.Unit
internal fun test1(/*0*/ list: kotlin.List<kotlin.Int>): kotlin.Unit
internal fun </*0*/ T> java.lang.Iterable<T>.foo(): kotlin.Unit
internal fun </*0*/ T> kotlin.Collection<T>.foo(): kotlin.Unit
internal fun </*0*/ T, /*1*/ R> java.lang.Iterable<T>.map1(/*0*/ f: (T) -> R): kotlin.List<R>
internal fun </*0*/ T, /*1*/ R> kotlin.Collection<T>.map1(/*0*/ f: (T) -> R): kotlin.List<R>
public fun test(/*0*/ list: kotlin.List<kotlin.Int>): kotlin.Unit
public fun test1(/*0*/ list: kotlin.List<kotlin.Int>): kotlin.Unit
public fun </*0*/ T> java.lang.Iterable<T>.foo(): kotlin.Unit
public fun </*0*/ T> kotlin.Collection<T>.foo(): kotlin.Unit
public fun </*0*/ T, /*1*/ R> java.lang.Iterable<T>.map1(/*0*/ f: (T) -> R): kotlin.List<R>
public fun </*0*/ T, /*1*/ R> kotlin.Collection<T>.map1(/*0*/ f: (T) -> R): kotlin.List<R>
}