blob: 443518268698d0ba56300b88e7c7e84528875ffa [file] [log] [blame]
internal class C() {
constructor(p: Int) : this() {
println(staticField1 + staticField2)
}
companion object {
private const val staticField1 = 0
private const val staticField2 = 0
}
}