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

5 lines
142 B
Plaintext
Vendored

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