blob: e968b4950fd76d933554264193097da388686385 [file] [log] [blame]
void f(condition, when, otherwise) => condition as bool ? when : otherwise;
void[KeywordToken] f[StringToken]([BeginToken]condition[StringToken],[SimpleToken] when[KeywordToken],[SimpleToken] otherwise[StringToken])[SimpleToken] =>[SimpleToken] condition[StringToken] as[KeywordToken] bool[StringToken] ?[SimpleToken] when[KeywordToken] :[SimpleToken] otherwise[StringToken];[SimpleToken]
[SimpleToken]