products/Sources/formale Sprachen/JAVA/openjdk-20-36_src/test/langtools/jdk/jshell image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei:   Sprache: Unknown

/*
 * @test /nodynamiccopyright/
 * @bug 4350352
 * @summary InternalError: store unsupported: com.sun.tools.javac.v8.comp.Items
 * @author gafter
 *
 * @compile/fail/ref=StoreClass.out -XDrawDiagnostics StoreClass.java
 */


class StoreClass {
    void f() {
        StoreClass.class = null;
        int.class = null;
    }
}

[ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ]