diff --git a/test/code/formatPreservation/attributes.test b/test/code/formatPreservation/attributes.test index 0b87c03..23800a8 100644 --- a/test/code/formatPreservation/attributes.test +++ b/test/code/formatPreservation/attributes.test @@ -151,7 +151,7 @@ new #[A] class }; #[A] function () { }; -#[A] fn() => 42; +#[A] fn() => (42); ----- 0; +$y = #[A11] fn() => (0); new #[A13] class { }; \ No newline at end of file