blob: 4bd5a0195d704ff5183da352ce03d6f0c877cdc1 [file] [log] [blame]
if (scope.isJavaLangCloneable(expressionType) || scope.isJavaIoSerializable(expressionType))
//potential runtime error
{
return true;
}