< prev index next >

test/langtools/tools/javac/SuperInit/SuperInitFails.out

Print this page
@@ -16,11 +16,10 @@
  SuperInitFails.java:159:15: compiler.err.cant.ref.before.ctor.called: this
  SuperInitFails.java:168:13: compiler.err.cant.ref.before.ctor.called: x
  SuperInitFails.java:172:17: compiler.err.cant.ref.before.ctor.called: x
  SuperInitFails.java:176:24: compiler.err.cant.ref.before.ctor.called: x
  SuperInitFails.java:180:18: compiler.err.cant.ref.before.ctor.called: x
- SuperInitFails.java:186:28: compiler.err.cant.ref.before.ctor.called: this
  SuperInitFails.java:195:25: compiler.err.return.before.superclass.initialized
  SuperInitFails.java:200:33: compiler.err.ctor.calls.not.allowed.here
  SuperInitFails.java:205:29: compiler.err.redundant.superclass.init
  SuperInitFails.java:33:13: compiler.err.call.must.only.appear.in.ctor
  SuperInitFails.java:37:14: compiler.err.call.must.only.appear.in.ctor

@@ -31,6 +30,6 @@
  SuperInitFails.java:83:18: compiler.err.ctor.calls.not.allowed.here
  SuperInitFails.java:89:13: compiler.err.return.before.superclass.initialized
  SuperInitFails.java:150:18: compiler.err.call.must.only.appear.in.ctor
  - compiler.note.preview.filename: SuperInitFails.java, DEFAULT
  - compiler.note.preview.recompile
- 33 errors
+ 32 errors
< prev index next >