Java: Add manual overlay annotations

This commit is contained in:
Kasper Svendsen
2025-01-15 08:42:29 +01:00
parent 81b677a2d9
commit b6e56f26c7
8 changed files with 8 additions and 0 deletions

View File

@@ -291,6 +291,7 @@ module MakeImplCommon<LocationSig Location, InputSig<Location> Lang> {
* to `lambdaCall`, if any. That is, `lastCall` is able to target the enclosing
* callable of `lambdaCall`.
*/
overlay[global]
pragma[nomagic]
predicate revLambdaFlow(
Call lambdaCall, LambdaCallKind kind, Node node, Type t, boolean toReturn, boolean toJump,