TypeScript Version: 3.0.0-dev.20180609
Code
Highlight any space between { and p.
Expected behavior:
No refactor.
Actual behavior:
Refactor is suggested.
Note refactorConvertToGetAccessAndSetAccess35.ts was meant to test for this, but verify.not.refactorAvailable(); without a name provided will always pass because it compares refactor names to undefined.
TypeScript Version: 3.0.0-dev.20180609
Code
Highlight any space between
{andp.Expected behavior:
No refactor.
Actual behavior:
Refactor is suggested.
Note
refactorConvertToGetAccessAndSetAccess35.tswas meant to test for this, butverify.not.refactorAvailable();without a name provided will always pass because it compares refactor names toundefined.