aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1921/github_279/Greeter.java
blob: 7ebc68b4059c56006c9ec96128800669a61747e8 (plain)
1
2
3
public interface Greeter {
  String hello();
}