Empty blocks

Author: LGTM

import csharp

from BlockStmt blk
where blk.isEmpty()
select blk

Description

Finds empty block statements.