aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/incremental-declare-error/src/pack/Main.java
blob: 079b05d142724042b3e89f07876fb36e1ed3cadf (plain)
1
2
3
4
5
6
7
8
package pack;

/** @testcase PR#84033 incremental declare error persists after fix */
public class Main {
    public static void main(String[] args) {  // CE 6 on first pass, not second
    }
}