Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0fedc8fb72979151a5f6fd807abd3f4caa8400e6 (plain) (blame)
1
2
3
4
5
6
public class Format {

  public void temp() {
  	int[] tab = new int[3];
  }
}

Back to the top