Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/GenericArray.txt
2015-06-01 19:23:07 +03:00

11 lines
241 B
Plaintext
Vendored

package test
internal fun </*0*/ P> ffgg(/*0*/ kotlin.Array<P>): kotlin.Array<P>
public/*package*/ open class GenericArray {
public/*package*/ constructor GenericArray()
// Static members
public open fun ggff(): kotlin.Unit
}