test/tools/javac/T6214885b.out

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

author
mcimadamore
date
Tue, 13 Jan 2009 13:28:42 +0000
changeset 186
09eb1acc9610
parent 1
9a66ca7c79fa
child 221
6ada6122dd4f
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

duke@1 1 T6214885.java:11:9 cannot find symbol
duke@1 2 symbol : variable x
duke@1 3 location: class T6214885
duke@1 4 x = 1;
duke@1 5 ^
duke@1 6 1 error

mercurial