```
>>>!py
>>>.frame 10
>>>typedVar("TYPE", 0)
>>>.frame
```
Expected: frame is not changed implicitly
Actual: it is depended if module containing symbol information for "TYPE" is loaded or not
>>>!py
>>>.frame 10
>>>typedVar("TYPE", 0)
>>>.frame
```
Expected: frame is not changed implicitly
Actual: it is depended if module containing symbol information for "TYPE" is loaded or not