summaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr222648/Marker.java
blob: 46718e03ed13d88719f4530e33a57517286a582e (plain)
1
2
3
4
5
6
7
package test;



public interface Marker<CONTENT> extends DataInterface<CONTENT>
{
}