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

5 lines
161 B
Plaintext
Vendored

public open class ConstructorGenericUpperBound : R|kotlin/Any| {
public constructor(p0: R|java/util/RandomAccess?|): R|test/ConstructorGenericUpperBound|
}