Files
kotlin-fork/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.fir.txt
T
2022-06-29 16:50:05 +00:00

5 lines
184 B
Plaintext
Vendored

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