Files
kotlin-fork/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.fir.txt
T
2022-05-19 16:54:02 +00:00

5 lines
212 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 & Any, P?>|): R|test/ConstructorGenericUpperBound|
}