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

public class MyXOption implements IXOption {

	public MyXOption(OptionType optionType) {
		super();
	}

}