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

6 lines
83 B
Plaintext
Vendored

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