package test; class Test { public static void main(String[] args) { A.getB(); A.getC(A.INSTANCE); } }