blob: c918e08787078c59029e38ffe5e5c824b5bdb8c5 [file] [log] [blame]
package test.comments.block;
public class X19 {
/*-
* Here is a block comment with some very special
* formatting that I want indent(1) to ignore.
*
* one
* two
* three
*/
void foo() {
}
}