Typo fixed

This commit is contained in:
Konstantin Anisimov
2017-03-23 19:04:16 +07:00
committed by KonstantinAnisimov
parent 8661baabad
commit 78d2186f97
@@ -386,7 +386,7 @@ internal class CodeGeneratorVisitor(val context: Context) : IrElementVisitorVoid
/**
* The scope of variable visibility.
*/
open private inner class VariableScope : InnerScopeImpl() {
private inner class VariableScope : InnerScopeImpl() {
override fun genDeclareVariable(descriptor: VariableDescriptor, value: LLVMValueRef?): Int {
return codegen.vars.createVariable(descriptor to this, value)