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

11 lines
254 B
Plaintext
Vendored

package test
internal fun </*0*/ P1 : kotlin.List<kotlin.String>> id(/*0*/ P1): P1
public/*package*/ open class Question {
public/*package*/ constructor Question()
// Static members
public/*package*/ open fun </*0*/ T> id2(/*0*/ T!): T!
}