make complex more complex

This commit is contained in:
Timo Zimmermann 2024-01-28 10:29:56 +00:00
parent 95af304eb3
commit e3998f4cff

View file

@ -26,5 +26,8 @@ def rewrite_complex_function(x: int, y: int) -> int:
def deprecated_complex_function(x: int, y: int) -> int: def deprecated_complex_function(x: int, y: int) -> int:
def foo() -> int:
return int(True)
logger.info("deprecated complex") logger.info("deprecated complex")
return x * y return x * y * foo()