aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t389.scala
blob: 535bd4de871547a36dae7f9ffb10e06192d888cc (plain) (blame)
1
2
3
4
5
6
7
object Test {
  def a = 'a
  def b = 'B
  def c = '+
  //def d = '`\n` //error: unclosed character literal
  def e = '\u0041
}