summaryrefslogtreecommitdiff
path: root/test/files/neg/t278.check
blob: 940b8edcefb0ec4bb6965aab516144ef844abbd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
t278.scala:5: error: overloaded method value a with alternatives:
  => C.this.A => Unit <and>
  => () => Unit
 does not take type parameters
  println(a[A])
          ^
t278.scala:4: error: method a is defined twice;
  the conflicting method a was defined at line 3:7
  def a = (p:A) => ()
      ^
two errors found