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