Sign in
go
/
tools
/
299f270db45902e93469b1152fafed034bb3f033
/
.
/
internal
/
lsp
/
testdata
/
danglingstmt
/
dangling_if_init.go
blob: 887c31860a67c6cb4d57ad8f0140b7e192f3962d [
file
] [
log
] [
blame
]
package danglingstmt
func _() {
if i := foo
//@rank(" //", danglingFoo2)
}
func foo2() bool {
//@item(danglingFoo2, "foo2", "func() bool", "func")
return true
}