1 package test.html.ul;
2 
3 interface X11 {
4 
5 	/**
6 	 * <ul><li>First entry</li><li>Second entry</li></ul>
7 	 */
bar()8 	int bar();
9 }
10