summaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr171953/test/Executable.java
blob: 13cb945b1f25429f43e72848c152c648c735b70d (plain)
1
2
3
4
5
6
package test;

public interface Executable {

	void execute();
}