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