Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
library
/
Max.txt
blob: 3f383b0a14b9219e5a16607146db6104769295a2 [
file
] [
log
] [
blame
]
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!>!
}