summaryrefslogblamecommitdiff
path: root/test/scaladoc/resources/SI_4287.scala
blob: 9846db466d4f1a1fb5bded82207d027e59bde67a (plain) (tree)
1
2
3
4
5
6





                                        
class ClassWithSugar(val x: Int = 123) {
}

class ClassWithoutSugar {
  def this(x: Int = 456) = this()
}