Source file test/fixedbugs/issue42284.go

     1  // errorcheckdir -0 -m
     2  
     3  //go:build !goexperiment.newinliner
     4  
     5  // Copyright 2020 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  package ignored
    10  

View as plain text