aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr124105/com/test/IXOption.java
blob: afddf596ac2af7fa167b7c0f2af9129ad1c4c23b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.test;













public interface IXOption extends IOption {

}