aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr231187x/WetCement.java
blob: dfefde076747439a33b43bbab9eb7e06c323ef32 (plain)
1
2
3
4
5
6
package concrete;

public class WetCement {
   boolean wet = true;
   public int getWeight() { return 5; }
}