Files
kotlin-fork/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.fir.txt
T
2020-11-18 13:06:46 +03:00

5 lines
250 B
Plaintext
Vendored

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