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