aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-multiline/xources/hello/Single.xoo
blob: fc664425a99126693de19d7391da281f22e5e255 (plain)
1
2
3
4
5
6
7
8
package hello;

public class HelloJava {

  public static void main(String[] args) {
    {xoo-start-issue:1}System.out.println("Hello"){xoo-end-issue:1};
  }
}