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