Files
kotlin/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.fir.txt
2019-08-22 10:55:07 +03:00

5 lines
178 B
Plaintext
Vendored

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