Files
kotlin/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericUpperBound.fir.txt
2019-03-14 17:57:13 +03:00

5 lines
185 B
Plaintext
Vendored

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