forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|   | class String; | ||
|  | void f() | ||
|  | { | ||
|  |     String r1 = R"(raw text)"; | ||
|  |     String r2 = R"( | ||
|  | raw text line1 | ||
|  | raw text line2 | ||
|  | )"; | ||
|  |     String other; | ||
|  | } | ||
|  | 
 |