Mikhail Zarechenskiy
|
f5cd8c7e4d
|
Relax name shadowing warning on parameter names
#KT-17611 Fixed
|
2017-07-07 14:19:57 +03:00 |
|
Mikhail Zarechenskiy
|
32f609ceee
|
Check lambda parameter for name shadowing
#KT-5160 Fixed
|
2017-04-17 17:12:44 +03:00 |
|
Mikhail Glukhikh
|
7a53b2f4c8
|
Introduce UNUSED_ANONYMOUS_PARAMETER for anonymous functions
It is not reported for 1.0 language version because
renaming to _ is not possible. It has weak warning severity
So #KT-8813 Fixed
So #KT-16875 Fixed
|
2017-04-04 14:23:30 +03:00 |
|
Denis Zharkov
|
4c69416f2b
|
Report warning on unused entities that can be renamed to _
Currently it's all about lambda parameters/destructuring entries
#KT-14347 In Progress
|
2016-10-24 10:19:25 +03:00 |
|
Denis Zharkov
|
dbca310d8c
|
Support single-underscore variable names partially
Currently only parameters of lambdas/function expressions
and destructuring entries are allowed
#KT-3824 In Progress
#KT-2783 In Progress
|
2016-10-24 10:19:25 +03:00 |
|