Skip to content

Commit b339dad

Browse files
committed
Update community projects
1 parent db825ca commit b339dad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compiler/src/dotty/tools/dotc/config/Feature.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object Feature:
4545
(nme.noAutoTupling, "Disable automatic tupling"),
4646
(nme.dynamics, "Allow direct or indirect subclasses of scala.Dynamic"),
4747
(nme.unsafeNulls, "Enable unsafe nulls for explicit nulls"),
48-
(nme.postfixOps, "Allow postfix operator notation"),
48+
(nme.postfixOps, "Allow postfix operators (not recommended)"),
4949
(nme.strictEquality, "Enable strict equality (disable canEqualAny)"),
5050
(nme.implicitConversions, "Allow implicit conversions without warnings"),
5151
(nme.adhocExtensions, "Allow ad-hoc extension methods"),

0 commit comments

Comments
 (0)