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 |
|
Mikhail Glukhikh
|
8d48b0d2a0
|
UNUSED_VARIABLE is now reported only for last entry of destructuring declaration (if applicable) #KT-14221 Fixed
|
2016-10-10 14:42:09 +03:00 |
|
Denis Zharkov
|
ace3655824
|
Minor. Rename diagnostic tests: multiDeclarations -> destructuringDeclarations
|
2016-09-19 20:22:57 +03:00 |
|