Jinseong Jeon
|
8b4f2b269c
|
FIR checker: introduce PARAMETER_* positioning strategies
and use them to add support diagnostics:
ANONYMOUS_FUNCTION_PARAMETER_WITH_DEFAULT_VALUE
USELESS_VARARG_ON_PARAMETER
|
2021-01-27 19:46:05 +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 |
|
Dmitry Jemerov
|
e97e82d119
|
use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
|
2015-12-09 13:55:40 +01:00 |
|
Stanislav Erokhin
|
44895a23cf
|
Frontend support for function as expression
|
2015-03-12 17:11:46 +03:00 |
|