test/tools/javac/NonStaticFieldExpr3.out

Tue, 04 Mar 2008 15:19:06 +0000

author
mcimadamore
date
Tue, 04 Mar 2008 15:19:06 +0000
changeset 7
d472e2fbcc39
parent 1
9a66ca7c79fa
child 69
82c7aa6fe50a
permissions
-rw-r--r--

6608214: Exception throw while analysing a file with error
Summary: bad error-recovery after bad type-variable bound is detected
Reviewed-by: jjg

duke@1 1 NonStaticFieldExpr3.java:14: non-static variable x cannot be referenced from a static context
duke@1 2 int a = NonStaticFieldExpr3.x; // SHOULD BE ERROR
duke@1 3 ^
duke@1 4 1 error

mercurial