summaryrefslogtreecommitdiffstats
path: root/tests/new/PublicClassWrongFilename.java
blob: 85d443a5d03ebff0871735262a3533f0c3ac9ae0 (plain)
1
2
3
4
5
/** no warning that file not called "TargetClass" */
public class TargetClass { 
    public static void main(String[] args) { }
}