package test.html.pre; interface X09 { /** <pre>public class Example {final int a= 1;final boolean b= true;}</pre> */ int foo(int a, int b); }