aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr171953/test/AnotherExecutable.java
blob: 75103a69631bc5722f2a69006f57910bd86ca215 (plain)
1
2
3
4
5
package test;

public interface AnotherExecutable extends Executable {

}