summaryrefslogtreecommitdiff
path: root/test/files/run/exoticnames.scala
blob: fa0e5e6ec50d4a628591373746c05cf5d06418c0 (plain) (blame)
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 App {
  def `(` = error("bla")
  def `.` = error("bla")
  def `)` = error("bla")
  def `,` = error("bla")
}