Home | History | Annotate | Download | only in fixedbugs

Lines Matching refs:A2

27 	type A2 [3]NewInt
30 var a2 A2
33 a0 = [3]int(a2) // ERROR "cannot|invalid"
36 a1 = A1(a2) // ERROR "cannot|invalid"
37 a2 = A2(a0) // ERROR "cannot|invalid"
38 a2 = A2(a1) // ERROR "cannot|invalid"
39 a2 = a2