Enable shortened methods by default

The preview flag will still work but will print a deprecation message
This commit is contained in:
mhh 2022-09-21 14:26:13 +01:00 committed by Mathias LANG
parent aae2fd363f
commit 81f5c8b354
6 changed files with 21 additions and 6 deletions

View file

@ -16,7 +16,6 @@ Upcoming language changes listed by -preview=name:
=nosharedaccess disable access to shared memory objects
=in `in` on parameters means `scope const [ref]` and accepts rvalues
=inclusiveincontracts 'in' contracts of overridden methods must be a superset of parent contract
=shortenedMethods allow use of => for methods and top-level functions in addition to lambdas
=fixImmutableConv disallow unsound immutable conversions that were formerly incorrectly permitted
----
*/