Sign in
go
/
tools
/
904e24e9fcf9e04175d563e5112b8264262acbb0
/
.
/
internal
/
lsp
/
testdata
/
danglingstmt
/
dangling_if_init_cond.go
blob: 5371283e923cdce4765e795aa5e45c5ed31fbf84 [
file
] [
log
] [
blame
]
package danglingstmt
func _() {
if i := 123; foo
//@rank(" //", danglingFoo3)
}
func foo3() bool {
//@item(danglingFoo3, "foo3", "func() bool", "func")
return true
}