fn main() { { println('(1/3) My first small scope') // } { println('(2/3) My second small scope') // } // A line below prevents the line removal { println('(3/3) My Third small scope') } }