Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2013-02-14 15:02:28 +0000
committerEd Merks2013-02-14 15:02:28 +0000
commit3cf478a5556ffaddb52c8e81068089fda3ddbe71 (patch)
tree21ac832dc981f15485ef6e9121e3b5a22baf3e6a /tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/EGenericType-ConsistentArgumentNoneAllowed.xcore_test
parentdc9f53e5d984764d41ee7b55a0ab50bd104b7143 (diff)
downloadorg.eclipse.emf-3cf478a5556ffaddb52c8e81068089fda3ddbe71.tar.gz
org.eclipse.emf-3cf478a5556ffaddb52c8e81068089fda3ddbe71.tar.xz
org.eclipse.emf-3cf478a5556ffaddb52c8e81068089fda3ddbe71.zip
[400775] Fixes to work with the new type system.
Diffstat (limited to 'tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/EGenericType-ConsistentArgumentNoneAllowed.xcore_test')
-rw-r--r--tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/EGenericType-ConsistentArgumentNoneAllowed.xcore_test10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/EGenericType-ConsistentArgumentNoneAllowed.xcore_test b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/EGenericType-ConsistentArgumentNoneAllowed.xcore_test
new file mode 100644
index 000000000..d21e830ae
--- /dev/null
+++ b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/EGenericType-ConsistentArgumentNoneAllowed.xcore_test
@@ -0,0 +1,10 @@
+package foo
+
+/* XPECT validationIssues ---
+error at 'A<?>' message 'The generic type associated with the 'A' classifier must not have 1 argument(s) when the classifier has 0 type parameter(s)'
+--- */
+
+class A
+{
+ refers A<?> a
+}

Back to the top