Skip to content

Commit

Permalink
Remove todo, documented in #276
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAmAnUsername committed Mar 24, 2022
1 parent 0e7f373 commit 27300f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/lang/trans/gen/java/func_body.str
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ rules // PIE function calls
with
<add-import> "javax.inject.Provider"
; javaClassId := <pie-func-name-to-javaClassId> <pie-get-decl> name
; safeJavaClassId := <pie-sanitize-class-id> javaClassId // todo: use typeArgs as well here
; safeJavaClassId := <pie-sanitize-class-id> javaClassId
; javaTypeArgs := <p2j-ast-type-args> typeArgs
; (inputStmts, inputArg) := <p2j-ast-exp-pie-call-inputexp(|javaClassId)> argExps
; expr :=
Expand Down Expand Up @@ -734,7 +734,7 @@ rules // PIE function calls
with
<add-import> "javax.inject.Provider"
; javaClassId := <pie-func-name-to-javaClassId> funcId
; safeJavaClassId := <pie-sanitize-class-id> javaClassId // todo: use typeArgs as well
; safeJavaClassId := <pie-sanitize-class-id> javaClassId
; javaTypeArgs := <p2j-ast-type-args> typeArgs
; (argStmts, inputArg) := <p2j-ast-exp-pie-call-inputexp(|javaClassId)> args
; callResultName := <newname> "callResult"
Expand Down

0 comments on commit 27300f3

Please sign in to comment.