test/tools/javac/InnerNamedConstant_2.out

Tue, 13 Jan 2009 13:28:42 +0000

author
mcimadamore
date
Tue, 13 Jan 2009 13:28:42 +0000
changeset 186
09eb1acc9610
parent 69
82c7aa6fe50a
child 830
02e6e7dd1a64
permissions
-rw-r--r--

6723444: javac fails to substitute type variables into a constructor's throws clause
Summary: Added constructor's actual type info to NewClass AST node
Reviewed-by: jjg
Contributed-by: mark@twistedbanana.demon.co.uk

jjg@69 1 InnerNamedConstant_2.java:22:20: compiler.err.icls.cant.have.static.decl
jjg@69 2 InnerNamedConstant_2.java:23:29: compiler.err.icls.cant.have.static.decl
jjg@69 3 InnerNamedConstant_2.java:25:13: compiler.err.cant.assign.val.to.final.var: z
jjg@69 4 InnerNamedConstant_2.java:34:26: compiler.err.icls.cant.have.static.decl
duke@1 5 4 errors

mercurial