summaryrefslogtreecommitdiff
path: root/test/files/neg/t7870.check
blob: d9db911ac1cedbf71efd2fe66e45795d81d91fcf (plain) (blame)
1
2
3
4
t7870.scala:1: error: in class C, multiple overloaded alternatives of constructor C define default arguments.
class C(a: Int = 0, b: Any) {
      ^
one error found