blob: 0f6a22887b02ffef20e79633c1ff3ab3ba036f23 [file] [log] [blame]
package test.bugs.b232788;
public class X03_spaces {
public void foo(
String str) /*
* Spaces mode,
* indentation size=1
*/ {
}
}