public class ExpData { void foo(String s) { System.out.println("".substring(2)); } }