products/sources/formale Sprachen/Delphi/Bille 0.71/__history image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei: Options.pas.~140~   Sprache: Unknown

/*
 * @test  /nodynamiccopyright/
 * @bug 6827009
 * @summary Check for case lables of different types.
 * @compile/fail/ref=BadlyTypedLabel2.out -XDrawDiagnostics BadlyTypedLabel2.java
 */

import static java.math.RoundingMode.*;

class BadlyTypedLabel2 {
    String m(String s) {
        switch(s) {
        case "Oh what a feeling...":
            return(s);
        case CEILING:
            return ("... switching on the ceiling!");
        }
    }
}

[ zur Elbe Produktseite wechseln0.1Quellennavigators  Analyse erneut starten  ]