C#: Support for lambda expression explicit return types and lambda attributes.

This commit is contained in:
Michael Nebel
2022-02-07 09:19:47 +01:00
parent 6ee30843bb
commit 782d6da754
6 changed files with 8229 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
description: Remove 'lambda_expr_return_type' relation.
compatibility: backwards
lambda_expr_return_type.rel: delete

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Add relation 'lambda_expr_return_type' for lambdas with explicit return types.
compatibility: backwards