aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr124105/com/test/OptionType.java
blob: ba4dfbf57e01e1a7fa5b070bb3dcb92050936f2b (plain)
1
2
3
4
5
6
7
8
9
package com.test;

public class OptionType {

	public OptionType() {
		super();
	}

}