Files
kotlin/compiler/testData/loadJava/compiledJava/sam/GenericMethodParameters.fir.txt

5 lines
247 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|
}