Skip to content

Commit e4a9a5a

Browse files
committed
C++: add upgrade and downgrade scripts
1 parent b0c0fb9 commit e4a9a5a

File tree

8 files changed

+9990
-0
lines changed

8 files changed

+9990
-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)