2021-02-24 14:03:17 -07:00
|
|
|
// errorcheckandrundir -0 -m -d=inlfuncswithclosures=1
|
2017-11-02 20:54:46 -06:00
|
|
|
|
2023-08-11 07:40:31 -06:00
|
|
|
//go:build !goexperiment.newinliner
|
|
|
|
// +build !goexperiment.newinliner
|
|
|
|
|
2017-11-02 20:54:46 -06:00
|
|
|
// Copyright 2017 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2018-10-06 00:10:25 -06:00
|
|
|
// Check correctness of various closure corner cases
|
2017-11-02 20:54:46 -06:00
|
|
|
// that are expected to be inlined
|
|
|
|
|
|
|
|
package ignored
|