https://dotty.epfl.ch/api/scala/quoted/Quotes$reflectModule$BlockModule.html ```scala /** Creates a block `{ <statements: List[Statement]>; <expr: Term> }` */ def apply(stats: List[Statement], expr: Term): Block ``` is displayed as: 