Home
last modified time | relevance | path

Searched refs:_bar (Results 1 - 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitInlinedDistributiveConditional.js5 const a = dropPrivateProps1({foo: 42, _bar: 'secret'}); // type is {foo: number}
6 //a._bar // error: _bar does not exist <===== as expected
7 const b = dropPrivateProps2({foo: 42, _bar: 'secret'}); // type is {foo: number, _bar: string}
8 //b._bar // no error, type of b._bar is string <===== NOT expected
37 var a = (0, api_1.dropPrivateProps1)({ foo: 42, _bar: 'secret' }); // type is {foo: number}
38 //a._bar // error: _bar doe
[all...]
/third_party/python/Lib/test/
H A Dtest_rlcompleter.py106 _bar = 0 variable in TestRlcompleter.test_property_method_not_called.Foo
112 return self._bar

Completed in 1 milliseconds