blob: 924b74acd8a11d79da34b3e4bda7b969256f1f7f [file] [log] [blame]
package test.wksp.eclipse;
public class X33 {
void foo() {
/**
* This example will put the star at the beginning of next line: R1 = X1
* * 2
*/
int b;
}
}