@SuppressWarnings("deprecation") // Deprecated in Java 11
class Issue2353 {

    public static void play() {
        Integer a = new Integer("2");
    }
}
