blob: e81ca0c4d7750ee15545cbd6a0827ef3fc289e6d [file] [log] [blame] [edit]
>>> work around bug in record type annotation end token
var x = foo<(int, int)?, int>();
<<<
var x = foo<(int, int)?, int>();