summaryrefslogtreecommitdiff
path: root/test/files/positions/SyntheticNonSynthetic2.scala
blob: ba53186f845fe66c89d05ff9ee4c61a38ec9f245 (plain) (blame)
1
2
3
object SyntheticNonSynthetic2 {
  def foo[A >: Exception] (a : A) {}
}