Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Remove WIP test
  • Loading branch information
JukkaL committed Apr 23, 2026
commit 9a50b1c8b25eff36cceb080682b869f5b8e7684c
9 changes: 0 additions & 9 deletions mypyc/test-data/irbuild-basic.test
Original file line number Diff line number Diff line change
Expand Up @@ -3815,12 +3815,3 @@ def get_length():
L0:
r0 = 'https://w3id.org/cwl/salad#'
return 54

[case testXXX]
X = tuple[str, ...]

def f() -> tuple[str, ...]:
return X(str(x) for x in range(5))

def f2() -> tuple[str, ...]:
return tuple(str(x) for x in range(5))