use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package b
|
||||
|
||||
fun foo() {
|
||||
for (i in <!UNRESOLVED_REFERENCE!>collection<!>) {
|
||||
<!UNUSED_FUNCTION_LITERAL!>{
|
||||
<!UNUSED_LAMBDA_EXPRESSION!>{
|
||||
<!BREAK_OR_CONTINUE_JUMPS_ACROSS_FUNCTION_BOUNDARY!>break<!>
|
||||
}<!>
|
||||
}<!SYNTAX!><!>
|
||||
Reference in New Issue
Block a user