test/langtools/tools/javac/diags/examples/WithExpected/module-info.java
author vromero
Fri, 02 Feb 2018 07:43:54 -0500
changeset 48721 ef3557eb4306
permissions -rw-r--r--
8196403: remove the remaining use of string keys for errors and warnings in the compiler Reviewed-by: mcimadamore, jlahoda
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48721
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     1
/*
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     2
 * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     4
 *
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     7
 * published by the Free Software Foundation.
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     8
 *
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    13
 * accompanied this code).
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    14
 *
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    18
 *
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    21
 * questions.
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    22
 */
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    23
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    24
// key: compiler.err.expected.str
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    25
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    26
module WithExpected {
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    27
    provides p.C;
ef3557eb4306 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero
parents:
diff changeset
    28
}