blob: 52cfea50ca43d5325b49f928c83570bcf10bc116 [file] [log] [blame]
package test.html.ul;
interface X08 {
/**
* <ul>
* <li>First entry of the table xxxxxxxxxxx</li>
* <li>Second entry of the table</li>
* </ul>
*/
int bar();
}