Source file test/closure3.go

     1  // errorcheckandrundir -0 -m -d=inlfuncswithclosures=1
     2  
     3  //go:build !goexperiment.newinliner
     4  
     5  // Copyright 2017 The Go Authors. All rights reserved.
     6  // Use of this source code is governed by a BSD-style
     7  // license that can be found in the LICENSE file.
     8  
     9  // Check correctness of various closure corner cases
    10  // that are expected to be inlined
    11  
    12  package ignored
    13  

View as plain text