Fix rebase

This commit is contained in:
romanart
2019-02-28 20:50:23 +03:00
parent 3770d310f1
commit 5d6f42e4e6
4 changed files with 7 additions and 32 deletions
@@ -161,7 +161,7 @@ class IrBuiltIns(
val stringType by lazy { string.toIrType() }
val stringClass by lazy { builtIns.string.toIrSymbol() }
val collectionClass by lazy { builtIns.collection.toIrSymbol() }
val collectionClass = builtIns.collection.toIrSymbol()
val arrayType by lazy { builtIns.array.toIrType(symbolTable = symbolTable) }
val arrayClass by lazy { builtIns.array.toIrSymbol() }