()
| 6 | private endOfStatement = false; |
| 7 | |
| 8 | public BeginBlock() { |
| 9 | this.writeStringNewLine('{'); |
| 10 | this.IncreaseIntent(); |
| 11 | this.pendingIntent = true; |
| 12 | } |
| 13 | |
| 14 | public EndBlock(noNewLineAtTheEnd?: boolean) { |
| 15 | this.DecreaseIntent(); |
no test coverage detected