modernc.org/gc@v1.0.1-0.20240304020402-f0dba7c97c2b/testdata/parser/ycover.go (about)

     1  // Copyright 2016 The GC 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 cover
     6  
     7  // Cover states not visited by yacc parser when parsing GOROOT/src.
     8  
     9  import ()
    10  import . "errors"
    11  const()
    12  type ()
    13  type _ (_)
    14  type _ [(<-chan (_))]_
    15  type _ [(<-chan *_)]_
    16  type _ [(<-chan <-chan _)]_
    17  type _ [(<-chan _)]_
    18  type _ [(<-chan chan _)]_
    19  type _ [(<-chan func())]_
    20  type _ [chan _('a',)]_
    21  type _ chan(_)
    22  var ()
    23  
    24  // issue 15292.
    25  
    26  type _«_» _
    27  type _«_,» _«_»
    28  type _«_» _«_,»
    29  type _«_» _«_,_,»