test/langtools/tools/javac/diags/examples/PreviewFilenameAdditional.java
changeset 53878 4584d0331318
parent 53023 6879069d9d94
equal deleted inserted replaced
53877:dfea18758dfa 53878:4584d0331318
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, 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.
    22  */
    22  */
    23 
    23 
    24 // key: compiler.note.preview.filename.additional
    24 // key: compiler.note.preview.filename.additional
    25 // key: compiler.warn.preview.feature.use
    25 // key: compiler.warn.preview.feature.use
    26 // key: compiler.misc.feature.diamond
    26 // key: compiler.misc.feature.diamond
    27 // options: -Xlint:preview -Xmaxwarns 1 -XDforcePreview  -source 13 --enable-preview
    27 // options: -Xlint:preview -Xmaxwarns 1 -XDforcePreview  -source ${jdk.version} --enable-preview
    28 
    28 
    29 import java.util.ArrayList;
    29 import java.util.ArrayList;
    30 
    30 
    31 class PreviewFilenameAdditional {
    31 class PreviewFilenameAdditional {
    32     void test() {
    32     void test() {