summaryrefslogtreecommitdiff
path: root/test/files/neg/t7292-deprecation.check
blob: c7e6111962a7b4dc9076aad6b3c47d615f3a4e88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
t7292-deprecation.scala:2: warning: Octal escape literals are deprecated, use /u0000 instead.
  val chr1 = '/0'
              ^
t7292-deprecation.scala:3: warning: Octal escape literals are deprecated, use /u0053 instead.
  val str1 = "abc/123456"
                 ^
t7292-deprecation.scala:4: warning: Octal escape literals are deprecated, use /n instead.
  val lf = '/012'
            ^
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found