summaryrefslogtreecommitdiff
path: root/test/files/neg/bug4533.check
blob: 0f50b5adb12b8a94f7faaf36e10ea1b06d63fc2e (plain) (blame)
1
2
3
4
bug4533.scala:6: error: wrong number of type arguments for scala.collection.GenSetLike, should be 2
  def statusByAlarms(alarms: GenSetLike[FooAlarm]) = println("hello")
                             ^
one error found