6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<?hh // strict
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								async function foo(): Awaitable<string> {
							 | 
						||
| 
								 | 
							
								  return await (() ==> 'Hello, world')();
							 | 
						||
| 
								 | 
							
								}
							 |