langtools/test/tools/javac/lambda/Conditional03.java
changeset 35810 9ee6e90d679c
parent 14547 86d8d242b0c4
equal deleted inserted replaced
35809:f02d72332452 35810:9ee6e90d679c
     1 /*
     1 /*
     2  * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8003280
    26  * @bug 8003280
    27  * @summary Add lambda tests
    27  * @summary Add lambda tests
    28  *  conditionals and boxing
    28  *  conditionals and boxing
    29  * @compile -XDcomplexinference Conditional03.java
    29  * @compile Conditional03.java
    30  */
    30  */
    31 
    31 
    32 class Conditional03 {
    32 class Conditional03 {
    33 
    33 
    34    void m1(Object o) { }
    34    void m1(Object o) { }