blob: 5eac077a848ea0d925757c879e8345f2d5dbd64c [file] [log] [blame]
package test.pkg;
public class StopShip {
public void hack() { // <warning descr="`STOPSHIP` comment found; points to code which must be fixed prior to release">STOP<caret>SHIP</warning>
}
}