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

5 lines
180 B
Plaintext
Vendored

public open class ConstructorGenericUpperBound : R|java/lang/Object| {
public final fun ConstructorGenericUpperBound(p: R|ft<P, P?>|!): R|test/ConstructorGenericUpperBound|
}