...

Source file src/internal/types/testdata/fixedbugs/issue46404.go

Documentation: internal/types/testdata/fixedbugs

     1  // Copyright 2021 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package issue46404
     6  
     7  // TODO(gri) re-enable this test with matching errors
     8  //           between go/types and types2
     9  // Check that we don't type check t[_] as an instantiation.
    10  // type t [t /* type parameters must be named */ /* not a generic type */ [_]]_ // cannot use
    11  

View as plain text