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 Max {
public constructor Max()
public open fun </*0*/ T> max(/*0*/ p0: kotlin.Collection<T>?): T? where T : kotlin.Comparable<T>?
public open fun </*0*/ T : kotlin.Any!> max(/*0*/ p0: (kotlin.MutableCollection<out T!>..kotlin.Collection<T!>?)): T! where T : kotlin.Comparable<T!>!
}