test/tools/javac/NonStaticFieldExpr3.out

Wed, 02 Jul 2008 12:56:02 -0700

author
xdono
date
Wed, 02 Jul 2008 12:56:02 -0700
changeset 54
eaf608c64fec
parent 1
9a66ca7c79fa
child 69
82c7aa6fe50a
permissions
-rw-r--r--

6719955: Update copyright year
Summary: Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell

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

mercurial