mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-19 17:18:50 -06:00
Add explicit return to indicate the end of flow of a method.'
This commit is contained in:
parent
d220b7ebb4
commit
0a144e1806
@ -96,6 +96,8 @@ module ts {
|
||||
file.symbolCount = symbolCount;
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
function createSymbol(flags: SymbolFlags, name: string): Symbol {
|
||||
symbolCount++;
|
||||
return new Symbol(flags, name);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user