summaryrefslogtreecommitdiff
path: root/test/files/neg/t7895c.check
blob: d4745b1f4be78b41c7c7661115d238ad53c47e1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
t7895c.scala:2: error: not found: value bong
  def booboo = bong + booble + bippity - bazingo
               ^
t7895c.scala:2: error: not found: value booble
  def booboo = bong + booble + bippity - bazingo
                      ^
t7895c.scala:2: error: not found: value bippity
  def booboo = bong + booble + bippity - bazingo
                               ^
t7895c.scala:2: error: not found: value bazingo
  def booboo = bong + booble + bippity - bazingo
                                         ^
four errors found