Index: src/InitTweak/FixInitNew.cpp
===================================================================
--- src/InitTweak/FixInitNew.cpp	(revision 2d0280038778f9ed36420bed3dbf2979e7c4f4f1)
+++ src/InitTweak/FixInitNew.cpp	(revision 8603c103d67729d4e4cec233b1b6f1f2a5e89d90)
@@ -522,5 +522,4 @@
 	{
 		static UniqueName tempNamer("_tmp_cp");
-		assert( env );
 		const CodeLocation loc = impCpCtorExpr->location;
 		// CP_CTOR_PRINT( std::cerr << "Type Substitution: " << *env << std::endl; )
@@ -534,4 +533,5 @@
 
 		// xxx - this originally mutates arg->result in place. is it correct?
+		assert( env );
 		result = env->applyFree( result.get() ).node;
 		auto mutResult = result.get_and_mutate();
