source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/fixcrlf/expected/Junk6.java@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 353 bytes
Line 
1public class Junk1 {
2 public boolean mybool;
3 public static void main (String[] args) {
4 System.out.println("I have a tab");
5 // Here is a comment with an embedded tab
6 if (mybool) { /* Here is a multi-line
7 (with embedded' 'tab)
8 Comment */char mychar = ' '; //<-tab-> <-
9 } // end of if (mybool)
10
11 } // end of main ()
12}
Note: See TracBrowser for help on using the repository browser.