Files
kotlin-fork/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.fir.txt
T
2022-05-19 16:54:02 +00:00

5 lines
180 B
Plaintext
Vendored

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