diff --git a/languages/python-3/src/test/resources/de/jplag/python3/test_utils.py b/languages/python-3/src/test/resources/de/jplag/python3/test_utils.py index 34d92252c..bfd3e8bf4 100644 --- a/languages/python-3/src/test/resources/de/jplag/python3/test_utils.py +++ b/languages/python-3/src/test/resources/de/jplag/python3/test_utils.py @@ -500,4 +500,9 @@ def force_legacy_ssl_support(): def switchWithBreak(): while True: - break \ No newline at end of file + break + +async def x(): + return "" + +x = await x() \ No newline at end of file