Sign in
go
/
tools
/
0e232fa9c3bc6a83f67fd1b8702e3feeef1d7a8e
/
.
/
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
}