@@ -49,7 +49,7 @@ object Feature:
49
49
(nme.dynamics, " Allow direct or indirect subclasses of scala.Dynamic" ),
50
50
(nme.unsafeNulls, " Enable unsafe nulls for explicit nulls" ),
51
51
(nme.postfixOps, " Allow postfix operator notation" ),
52
- (nme.strictEquality, " Enable strict equality (=== and !== )" ),
52
+ (nme.strictEquality, " Enable strict equality (disable canEqualAny )" ),
53
53
(nme.implicitConversions, " Allow implicit conversions without warnings" ),
54
54
(nme.adhocExtensions, " Allow ad-hoc extension methods" ),
55
55
(namedTypeArguments, " Allow named type arguments" ),
@@ -58,10 +58,10 @@ object Feature:
58
58
(dependent, " Allow dependent method types" ),
59
59
(erasedDefinitions, " Allow erased definitions" ),
60
60
(symbolLiterals, " Allow symbol literals" ),
61
- (fewerBraces, " Allow fewer braces " ),
61
+ (fewerBraces, " Enable support for using indentation for arguments " ),
62
62
(saferExceptions, " Enable safer exceptions" ),
63
63
(clauseInterleaving, " Enable clause interleaving" ),
64
- (pureFunctions, " Enable pure functions" ),
64
+ (pureFunctions, " Enable pure functions for capture checking " ),
65
65
(captureChecking, " Enable experimental capture checking" ),
66
66
(into, " Allow into clauses in pattern matches" )
67
67
)
0 commit comments