aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/t6289.check
blob: f6f43cabd36e48db340aba97c0d1c42548375609 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                      
#partest java6
t6289/J.java:2: method does not override or implement a method from a supertype
  @Override public void foo() { }
  ^
1 error
#partest java7
t6289/J.java:2: error: method does not override or implement a method from a supertype
  @Override public void foo() { }
  ^
1 error