summaryrefslogblamecommitdiff
path: root/test/files/run/exoticnames.scala
blob: 7c8dcea5e8cc24d587aa163ecc4ebb4a520d9fad (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")
}