blob: 313ec76d8be78d2187640734eb30fa5c63a1707f [file] [log] [blame]
Brian Andersoncfaa0f42011-06-24 21:19:581// xfail-stage0
Marijn Haverbekef8968d12011-07-26 12:49:402// error-pattern:+ cannot be applied to type `rec(bool x)`
Brian Andersoncfaa0f42011-06-24 21:19:583
Marijn Haverbekedf7f21d2011-07-27 12:19:394fn main() { let x = {x: true} + {x: false}; }