Lines Matching full:addstr2
1689 func addstr2() {1690 b := make([]byte, 20) // ERROR "addstr2 make\(\[\]byte, 20\) does not escape$"1692 s := string(b) + s0 // ERROR "addstr2 string\(b\) \+ s0 does not escape$" "addstr2 string\(b\) does not escape$"