Index: src/Tuples/TupleExpansion.cpp
===================================================================
--- src/Tuples/TupleExpansion.cpp	(revision 7aa209e7409d14817d320fcccfbd6cda3e67303d)
+++ src/Tuples/TupleExpansion.cpp	(revision 7a780ad23506507b6a1feccc46d18e12da183ceb)
@@ -106,5 +106,5 @@
 			assignUnq = commaExpr->arg1;
 		}
-		auto finished = new ast::ObjectDecl( loc, toString( "_unq", id, "_finished_" ), new ast::BasicType( ast::BasicType::Kind::Bool ),
+		auto finished = new ast::ObjectDecl( loc, toString( "_unq", id, "_finished_" ), new ast::BasicType( ast::BasicKind::Bool ),
 			new ast::SingleInit( loc, ast::ConstantExpr::from_int( loc, 0 ) ), {}, ast::Linkage::Cforall );
 		declsToAddBefore.push_back( finished );
@@ -175,5 +175,5 @@
 			new ast::ObjectDecl( location,
 				"dummy",
-				new ast::BasicType( ast::BasicType::SignedInt ),
+				new ast::BasicType( ast::BasicKind::SignedInt ),
 				nullptr,
 				ast::Storage::Classes(),
