blob: c093d059153e727992a073b2590ac23562903591 [file] [log] [blame]
package test.html.ul;
public interface X02 {
int foo2();
/**
* text * <ul>
* line breaks</ul>
*/
int foo(int a, int b);
}