Skip to content

Commit f78c754

Browse files
Update irbuild-basic.test
1 parent 0c79748 commit f78c754

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mypyc/test-data/irbuild-basic.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3799,3 +3799,11 @@ L0:
37993799
r2.__mypyc_env__ = r0; r3 = is_error
38003800
wrapper = r2
38013801
return wrapper
3802+
3803+
[case testStaticLength]
3804+
def get_length() -> int:
3805+
return len("https://w3id.org/cwl/salad#")
3806+
[out]
3807+
def get_length():
3808+
L0:
3809+
return 27

0 commit comments

Comments
 (0)