Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Go2 (0.13 sec)

  1. test/typeparam/builtins.go

    // license that can be found in the LICENSE file.
    
    // This file tests built-in calls on generic types.
    
    // derived and expanded from cmd/compile/internal/types2/testdata/check/builtins.go2
    
    package builtins
    
    // close
    
    type C0 interface{ int }
    type C1 interface{ chan int }
    type C2 interface{ chan int | <-chan int }
    type C3 interface{ chan int | chan float32 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 09:04:48 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top