Home | History | Annotate | Download | only in fixedbugs

Lines Matching refs:NewInt

12 	type NewInt int
15 var i2 NewInt = 1
22 i2 = NewInt(i0)
23 i2 = NewInt(i1)
27 type A2 [3]NewInt
45 x NewInt
65 type P2 *NewInt
104 type F1 func(x NewInt) int
105 type F2 func(x int) NewInt
106 var f0 func(x NewInt) int
111 f0 = func(x NewInt) int(f2) // ERROR "cannot|invalid"
123 f() NewInt
143 type L2 []NewInt
158 type M2 map[string]NewInt
173 type C2 chan NewInt