honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/staticcheck/sa9003/testdata/src/example.com/CheckEmptyBranch/CheckEmptyBranch_generated.go (about)

     1  // Code generated by a human. DO NOT EDIT.
     2  
     3  package pkg
     4  
     5  func fn2() {
     6  	if true {
     7  	}
     8  }