package tgt; public class SimpleClass007 { @SuppressWarnings("unused") private static int toInt(String s) { return 222; } }