test/tools/javac/T6214885b.out

Mon, 29 Sep 2008 12:00:29 +0100

author
mcimadamore
date
Mon, 29 Sep 2008 12:00:29 +0100
changeset 122
1a9276e7cb18
parent 1
9a66ca7c79fa
child 221
6ada6122dd4f
permissions
-rw-r--r--

6747671: -Xlint:rawtypes
Summary: add an Xlint option for detecting all raw types usages (ccc-approved)
Reviewed-by: jjg

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