source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/fixcrlf/input/Junk7.java@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 427 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.