(self)
| 1443 | assert isinstance(r, StringRef) |
| 1444 | |
| 1445 | def test_str_concat_empty(self): |
| 1446 | r = StrConcat() |
| 1447 | assert is_string_value(r) |
| 1448 | |
| 1449 | def test_string_free_vars(self): |
| 1450 | s = String("s") |
nothing calls this directly
no test coverage detected