Files
kotlin-fork/analysis/analysis-api/testData/components/declarationRenderer/noPrimaryConstructor.rendered
T

6 lines
83 B
Plaintext
Vendored

class NoPrimary {
constructor()
constructor(x: String)
val x: String
}