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

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

mercurial