17 lines
		
	
	
		
			167 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			167 B
		
	
	
	
		
			Go
		
	
	
	
	
	
/*
 | 
						|
 * first line
 | 
						|
 *
 | 
						|
 * second line
 | 
						|
 * third line
 | 
						|
 */
 | 
						|
 | 
						|
// and this text also
 | 
						|
 | 
						|
/*
 | 
						|
this type of block comment also
 | 
						|
*/
 | 
						|
 | 
						|
/* this one line comment also */
 | 
						|
 | 
						|
package testdata
 |