aboutsummaryrefslogblamecommitdiff
path: root/tests/run/exoticnames.scala
blob: beaea15b18af7e58fd6fefe707bde88b81cb007a (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 dotty.runtime.LegacyApp {
  def `(` = sys.error("bla")
  def `.` = sys.error("bla")
  def `)` = sys.error("bla")
  def `,` = sys.error("bla")
}