Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
sam
/
GenericMethodParameters.txt
blob: 1d839154e1f3ead9090051ea4c04572ef3ba5986 [
file
]
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
}