Dmitriy Novozhilov
|
cd890d5833
|
[Test] Disable UNUSED_* diagnostics in tests which are not belong to contolFlowAnalysis suite
|
2021-03-29 16:12:29 +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 |
|
Stanislav Erokhin
|
43e24f6b0d
|
Fixed test data for new lambda syntax
|
2015-03-18 16:06:44 +03:00 |
|
Andrey Breslav
|
3d8d92c7d3
|
JetDiagnosticsTest migrated to TestGenerator
- test data files renamed from *.jet to *.kt
|
2012-07-10 14:48:11 +04:00 |
|