mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 02:36:18 +08:00 
			
		
		
		
	 6ea826c363
			
		
	
	6ea826c363
	
	
	
		
			
			Try to produce better error messages when we can't distinguish between a function call and a type cast. Fixes #2902
		
			
				
	
	
		
			11 lines
		
	
	
		
			112 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			112 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !go1.18
 | |
| // +build !go1.18
 | |
| 
 | |
| package proc
 | |
| 
 | |
| import "go/ast"
 | |
| 
 | |
| type astIndexListExpr struct {
 | |
| 	ast.Expr
 | |
| }
 |