Files
kotlin/compiler/testData/loadJava/compiledJava/sam/GenericMethodParameters.fir.txt
2019-08-22 10:55:07 +03:00

5 lines
248 B
Plaintext
Vendored

public abstract interface GenericMethodParameters : R|kotlin/Any| {
public abstract operator fun <A : R|kotlin/CharSequence|, B : R|kotlin/collections/MutableList<A>|> method(a: R|kotlin/Array<ft<A, A?>!>|, b: R|ft<B, B?>!|): R|kotlin/Unit|
}