const a8 = f; // Relational operator error const b1 = f?.; // Error, `(` expected f << f; f = g; f >> f; f >= f; f < f; f > f; f import<1>; f yield; f ++; f --; f /= 1; f <= f; f []; f as {}; f satisfies {}; class C5 { protected specialFoo = f #bar = 123 } for (const a = b.test in []) {}