Lines Matching full:error
32 @Other // ERROR
47 function sf4():void; // ERROR
55 @Other // ERROR
71 @Other // ERROR
74 type Sft5 = number; // ERROR
76 type Sft6 = Sft; // ERROR
80 type Sft8 = Sft4; // ERROR
93 const a2:Nft = nf; // ERROR
95 const a4:Nc = new Nc(); // ERROR
111 const a2:Nft = nf; // ERROR
113 const a4:Nc = new Nc(); // ERROR
136 p2: D_Nft = sf; // ERROR
140 new Sc2<D_Nft>(); // ERROR
143 sf.prop = 1; // ERROR
145 D_sf.prop = 1; // ERROR
146 AS_D_sf.prop = 1;// ERROR
185 const a2: Sft = nf; // ERROR
186 const a3: Sft = of1; // ERROR
189 const a6: Sft = a4; // ERROR
192 const b2: Stft1 = ntf1; // ERROR
195 const b5: Stft1 = b3; // ERROR
199 const f3: U_ft1 = nf; // ERROR
200 const f4: U_ft2 = ntf1; // ERROR
202 const d2: U_Sft1 = nf; // ERROR
203 const d3: U_Sft1 = of1; // ERROR
208 const d18: U_Sft1 = d4; // ERROR
209 const d9: U_Sft1 = f1; // ERROR
210 // const d10: U_Sft1 = f2; // ERROR
212 const e2: U_Sft2 = ntf1; // ERROR
215 const e5: U_Sft2 = e3; // ERROR
216 const e6: U_Sft2 = f1; // ERROR
217 const e7: U_Sft2 = f2; // ERROR
221 const g3: TU_ft1<number> = nf; // ERROR
223 const h2: TU_Sft1<number> = nf; // ERROR
224 const h3: TU_Sft1<number> = of1; // ERROR
227 const h6: TU_Sft1<number> = h4; // ERROR
229 const h8: TU_Sft2<number> = ntf1; // ERROR