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