Review feedback

This commit is contained in:
Svyatoslav Scherbina
2016-12-29 17:45:18 +07:00
committed by SvyatoslavScherbina
parent 4f1004c8f5
commit b25225ba5e
@@ -1933,7 +1933,7 @@ internal class CodeGeneratorVisitor(val context: Context) : IrElementVisitorVoid
* and working with local variables with [FunctionScope] and other enhancements.
*/
// TODO: is described refactoring still comming?
// TODO: is described refactoring still coming?
fun CodeGenerator.basicBlock(name: String, code: () -> Unit) = basicBlock(name).apply {
appendingTo(this) {