diff --git a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.sts b/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.sts index 096291cbdb45215151b6584e570150695798e1a5..0cebdbcbaacff8710ea8e0e77d4d92b64117c14a 100644 --- a/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.sts +++ b/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/03.distinguishable_declarations/spec_decl2.sts @@ -24,7 +24,7 @@ class A {} type Person = A -let Person: Person +let Person1: Person function main(): int { return 0;