summaryrefslogblamecommitdiff
path: root/test/files/run/exoticnames.scala
blob: 9250d62dd02fbd4c9afce1dcd0b4dae96b46858c (plain) (tree)
1
2
3
4
5
6
7





                                                                                               
 
// this is a run-test because the compiler should emit bytecode that'll pass the JVM's verifier
object Test extends Application {
  def `(` = error("bla")
  def `.` = error("bla")
  def `)` = error("bla")
  def `,` = error("bla")
}