mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
7 lines
248 B
Plaintext
Vendored
7 lines
248 B
Plaintext
Vendored
package test
|
|
|
|
public open class Max {
|
|
public constructor Max()
|
|
public open fun </*0*/ T : kotlin.Any!> max(/*0*/ p0: (kotlin.collections.MutableCollection<out T!>..kotlin.collections.Collection<T!>?)): T! where T : kotlin.Comparable<T!>!
|
|
}
|