test/tools/javac/policy/test3/A.java

Tue, 25 May 2010 15:54:51 -0700

author
ohair
date
Tue, 25 May 2010 15:54:51 -0700
changeset 554
9d9f26857129
parent 0
959103a6100f
permissions
-rw-r--r--

6943119: Rebrand source copyright notices
Reviewed-by: darcy

aoqi@0 1 class A {
aoqi@0 2 void m1() {
aoqi@0 3 System.err.println("hello");
aoqi@0 4 0 // syntax error
aoqi@0 5 System.err.println("world");
aoqi@0 6 }
aoqi@0 7
aoqi@0 8 void m2() {
aoqi@0 9 }
aoqi@0 10 }

mercurial