Test auto back comments
var1: Byte; |
var2: Byte; |
var3: Byte; |
var4: Byte; |
var5: Byte; |
var1: Byte; |
this is var1 (usual comment) |
var2: Byte; |
this is var2 (no whitespace after ident) |
var3: Byte; |
var4: Byte; |
this is var4 (must not be considered as back-comment) |
var5: Byte; |
this is var5 |