Files
kotlin/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.fir.txt

5 lines
179 B
Plaintext
Vendored

public open class ConstructorGenericUpperBound : R|kotlin/Any| {
public constructor<P : R|java/util/RandomAccess?|>(p: R|ft<P, P?>!|): R|test/ConstructorGenericUpperBound|
}