Files
kotlin-fork/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.fir.txt
T
2021-03-11 13:10:05 +03:00

5 lines
174 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|
}