This commit is contained in:
chriseth 2015-06-25 17:22:28 +02:00
parent e5ae5955b9
commit 529ed468df

View File

@ -411,7 +411,8 @@ void CompilerUtils::convertType(Type const& _typeOnStack, Type const& _targetTyp
break; break;
} }
default: default:
solAssert(false, solAssert(
false,
"Invalid type conversion " + "Invalid type conversion " +
_typeOnStack.toString(false) + _typeOnStack.toString(false) +
" to " + " to " +