test/tools/javac/diags/examples/UnsupportedFpLit.java

changeset 757
c44234f680da
parent 610
3640b60bd0f6
child 2525
2eb010b6cb22
equal deleted inserted replaced
756:d44d6d8493ad 757:c44234f680da
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 // key: compiler.err.unsupported.fp.lit 24 // key: compiler.err.unsupported.fp.lit
25 // options: -source 1.4 25 // options: -source 1.4 -Xlint:-options
26 26
27 class UnsupportedFpLit { 27 class UnsupportedFpLit {
28 float f = 0xCafe.BabeP1; 28 float f = 0xCafe.BabeP1;
29 } 29 }

mercurial