Source file test/fixedbugs/issue20789.go

     1  // errorcheck
     2  
     3  // Copyright 2017 The Go Authors. All rights reserved.
     4  // Use of this source code is governed by a BSD-style
     5  // license that can be found in the LICENSE file.
     6  
     7  // Make sure this doesn't crash the compiler.
     8  // (This test should be part of the internal/syntax
     9  // package, but we don't have a general test framework
    10  // there yet, so put it here for now. See also #20800.)
    11  
    12  package e
    13  func([<-chan<-[func u){go // ERROR "unexpected u"

View as plain text