Skip to content

Commit c92ab35

Browse files
committed
C++: add upgrade and downgrade scripts
1 parent fb0aefb commit c92ab35

File tree

8 files changed

+9986
-0
lines changed

8 files changed

+9986
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class LambdaExpr extends @lambdaexpr {
2+
string toString() { none() }
3+
}
4+
5+
from LambdaExpr lambda, string default_capture, boolean has_explicit_return_type
6+
where lambdas(lambda, default_capture, has_explicit_return_type, _)
7+
select lambda, default_capture, has_explicit_return_type

0 commit comments

Comments
 (0)