// housekeeping/Spoon.java
// <20>2016 MindView LLC: see Copyright.txt
public class Spoon {
static int i;
static {
i = 47;
}