blob: 8ae469ecb1529437dcc3d92a25df38c57361216a [file] [log] [blame]
package org.example.pce.sample;
public class Dummy {
public static void main(final String[] args) {
String dummy = new Integer(1);
}
}