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