C#: Update Parameters test to only inspect parameters from source code.

This commit is contained in:
Michael Nebel
2024-12-04 16:29:33 +01:00
parent f94aaee53c
commit d83f2215f6

View File

@@ -4,5 +4,5 @@
import csharp
where forall(Parameter p | p.isParams() | p.getType() instanceof ArrayType)
where forall(Parameter p | p.isParams() and p.fromSource() | p.getType() instanceof ArrayType)
select 1