aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test5/SwitchCase.java
blob: 7a0ebe21ad7aeccc2598458138f7a9682127a5db (plain)
1
2
3
4
5
package test5;

public class SwitchCase {
    public static final String STR1 = "foo"; 
}