(self)
| 4079 | assert isinstance(s, (SortRef, StringSortRef)) |
| 4080 | |
| 4081 | def test_empty_string(self): |
| 4082 | e = Empty(StringSort()) |
| 4083 | assert isinstance(e, StringRef) |
| 4084 | |
| 4085 | def test_unit(self): |
| 4086 | s = StringVal("a") |
nothing calls this directly
no test coverage detected