"Make types explicit in lambda" intention: not available on right brace + adapted to new lambda syntax + refactored

This commit is contained in:
Valentin Kipyatkov
2015-04-28 15:12:02 +03:00
parent 252399b9a9
commit f9d690db21
29 changed files with 34 additions and 158 deletions
@@ -320,8 +320,6 @@ remove.explicit.type.arguments=Remove explicit type arguments
remove.explicit.type.arguments.family=Remove Explicit Type Arguments
convert.if.with.throw.to.assert=Replace 'if' with 'assert' statement
convert.if.with.throw.to.assert.family=Replace 'if' with 'assert' Statement
make.type.explicit.in.lambda=Make types explicit in lambda
make.type.explicit.in.lambda.family=Make Types Explicit In Lambda
make.type.implicit.in.lambda=Make types implicit in lambda (may break code)
make.type.implicit.in.lambda.family=Make Types Implicit In Lambda (May Break Code)