File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ import scala.annotation.constructorOnly
5959 *       ]], 
6060 *       typeHole = Seq(a, b), 
6161 *       termHole = (idx: Int, args: List[Any], quotes: Quotes) => idx match { 
62-  *         case 3 => content0 .apply(args(0).asInstanceOf[Expr[U1]]).apply(quotes) // beta reduced 
63-  *         case 4 => content1 .apply(args(0).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced 
64-  *         case 5 => content2 .apply(args(0).asInstanceOf[Expr[U1]], args(1).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced 
62+  *         case 3 => holeContents0 .apply(args(0).asInstanceOf[Expr[U1]]).apply(quotes) // beta reduced 
63+  *         case 4 => holeContents1 .apply(args(0).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced 
64+  *         case 5 => holeContents2 .apply(args(0).asInstanceOf[Expr[U1]], args(1).asInstanceOf[Expr[U2]]).apply(quotes) // beta reduced 
6565 *       }, 
6666 *     ) 
6767 *    ``` 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments