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