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