mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2024-11-24 08:53:01 +02:00
Merge remote-tracking branch 'origin/master' into edt-2024-1
This commit is contained in:
commit
698f6e3eb8
@ -215,6 +215,10 @@ public class FunctionCtorReturnSectionCheck
|
||||
|
||||
for (TypeItem returnType : returnTypes)
|
||||
{
|
||||
if (returnType.eIsProxy())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
String returnTypeName = McoreUtil.getTypeName(returnType);
|
||||
if (returnTypeName != null && computedReturnTypeNames.contains(returnTypeName))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user