From ace483a61d1fcc7727a615609a425f47e90d8b37 Mon Sep 17 00:00:00 2001 From: Grigorii Kirgizov Date: Fri, 13 Sep 2019 18:50:31 +0300 Subject: [PATCH] Add tests on varargs. Adjust two error annotations. --- .../models/features.mps | 190 +++++++++++++++++- .../models/features@tests.mps | 29 +++ 2 files changed, 211 insertions(+), 8 deletions(-) diff --git a/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features.mps b/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features.mps index e82eff8b..2b280cd6 100644 --- a/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features.mps +++ b/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features.mps @@ -14,6 +14,9 @@ + + + @@ -669,9 +672,9 @@ - - - + + + @@ -3858,7 +3861,7 @@ - + @@ -4015,9 +4018,9 @@ - - - + + + @@ -4068,7 +4071,7 @@ - + @@ -9221,5 +9224,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features@tests.mps b/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features@tests.mps index 2ede53ef..5f6ed332 100644 --- a/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features@tests.mps +++ b/samples/mpscore/solutions/typechecking.samples.baseLanguage/models/features@tests.mps @@ -472,6 +472,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +