Files
kotlin-fork/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.fir.txt
T
2022-06-29 16:50:05 +00:00

5 lines
164 B
Plaintext
Vendored

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