Java: Delay deprecation a bit.

This commit is contained in:
Anders Schack-Mulligen
2026-02-05 08:51:27 +01:00
parent 2d02908e7f
commit 32fe12a6dd

View File

@@ -646,7 +646,7 @@ class ReturnStmt extends Stmt, @returnstmt {
*
* Gets the expression returned by this `return` statement, if any.
*/
deprecated Expr getResult() { result.getParent() = this }
Expr getResult() { result.getParent() = this }
/** Gets the expression returned by this `return` statement, if any. */
Expr getExpr() { result.getParent() = this }