Files
kotlin/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.fir.txt
2020-03-27 10:17:12 +03:00

5 lines
176 B
Plaintext
Vendored

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