blob: fa569903920470d1ed5e6da5722d71b82554e7d6 [file] [log] [blame]
package test.html.ul;
public interface X04 {
int foo2();
/**
*
*
*
* <ul>
* Formatting of header comments.
*
*
*
* </ul>
* toto
*
*
*/
int foo(int a, int b);
}