File: bug464-neg.check

package info (click to toggle)
scala 2.9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 67,208 kB
  • sloc: java: 27,488; xml: 4,412; python: 2,297; sh: 734; makefile: 16; ansic: 6
file content (16 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bug464-neg.scala:7: error: not found: value f1
  f1()
  ^
bug464-neg.scala:8: error: method f1 in class A cannot be accessed in A with ScalaObject
  super.f1()
        ^
bug464-neg.scala:9: error: value f2 is not a member of B
  def otherb(b2: B) = b2.f2()
                         ^
bug464-neg.scala:10: error: method f3 in class A cannot be accessed in B
  f3()
  ^
bug464-neg.scala:11: error: method f3 in class A cannot be accessed in A with ScalaObject
  super.f3()
        ^
5 errors found