1 2 3 4 5 6 7 8
// bug 54098 public class Deprecation { public static void main(String[] args) { Deprecated dep = new Deprecated(); dep.bar(); } }