"Make types implicit in lambda" intention - adapted to new lambda syntax + do not work on closing brace

This commit is contained in:
Valentin Kipyatkov
2015-04-28 17:58:19 +03:00
parent c6b18efb15
commit 175806a902
17 changed files with 19 additions and 122 deletions
@@ -312,8 +312,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.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)
replace.java.class.argument=Replace javaClass<T>() with T::class
replace.java.class.argument.family=Replace javaClass<T>() with T::class