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

5 lines
208 B
Plaintext
Vendored

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