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

11 lines
239 B
Plaintext
Vendored

package test
internal 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
}