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