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

public class HelloJava {

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