aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr231187/Cement.java
blob: 3fd69d035bed027f9e2f17f2fddfb2f3686584e1 (plain)
1
2
3
4
5
package concrete;

public interface Cement {
   public int getWeight();
}