Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/ListOfInt.txt
2015-09-08 02:04:38 +03:00

11 lines
237 B
Plaintext
Vendored

package test
public fun ggg(/*0*/ kotlin.List<kotlin.Int>): kotlin.List<kotlin.Int>
public/*package*/ open class ListOfInt {
public/*package*/ constructor ListOfInt()
// Static members
public open fun hhh(): kotlin.Unit
}