mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-06-10 04:57:27 +02:00
Merge pull request #1441 from 1C-Company/fix-dublicates-return-type
Исправление дублей маркеров
This commit is contained in:
commit
2afdf4580d
@ -215,6 +215,10 @@ public class FunctionCtorReturnSectionCheck
|
|||||||
|
|
||||||
for (TypeItem returnType : returnTypes)
|
for (TypeItem returnType : returnTypes)
|
||||||
{
|
{
|
||||||
|
if (returnType.eIsProxy())
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
String returnTypeName = McoreUtil.getTypeName(returnType);
|
String returnTypeName = McoreUtil.getTypeName(returnType);
|
||||||
if (returnTypeName != null && computedReturnTypeNames.contains(returnTypeName))
|
if (returnTypeName != null && computedReturnTypeNames.contains(returnTypeName))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user