summaryrefslogtreecommitdiff
path: root/test/files/run/exoticnames.scala
blob: 98f9a88776499f1f5f912e824e6899a20f63cd1b (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 `(` = sys.error("bla")
  def `.` = sys.error("bla")
  def `)` = sys.error("bla")
  def `,` = sys.error("bla")
}