use terms "lambda expression" and "anonymous function" instead of "function literal" and "function expression"
This commit is contained in:
@@ -29,7 +29,7 @@ fun test2(s : String) : Int? {
|
||||
Integer.parseInt(s)
|
||||
22
|
||||
} finally {
|
||||
<!UNUSED_FUNCTION_LITERAL!>{
|
||||
<!UNUSED_LAMBDA_EXPRESSION!>{
|
||||
x : Int -> x
|
||||
}<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user