aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr223226/FooInterface.java
blob: e4884ba47e1877fbff506b5b7f7ccedc942e36d8 (plain)
1
2
3
4
5
public interface FooInterface<A,B>
{
        public A doSomething(B transition);
}