Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
sam
/
GenericMethodParameters.txt
blob: 1d839154e1f3ead9090051ea4c04572ef3ba5986 [
file
] [
log
] [
blame
]
package test
public interface GenericMethodParameters {
public abstract fun </*0*/ A : kotlin.CharSequence!, /*1*/ B : kotlin.collections.(Mutable)List<A!>!> method(/*0*/ p0: kotlin.Array<(out) A!>!, /*1*/ p1: B!): kotlin.Unit
}