Skip to content

Commit 75f00ff

Browse files
Update exceptions-freq.test
1 parent f42f9f6 commit 75f00ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mypyc/test-data/exceptions-freq.test

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ x: Final = setter()
108108
def f() -> str:
109109
return x
110110
[out]
111+
def setter():
112+
r0 :: str
113+
L0:
114+
r0 = ''
115+
inc_ref r0
116+
return r0
117+
hot blocks: [0]
111118
def f():
112119
r0 :: str
113120
r1 :: bool

0 commit comments

Comments
 (0)