From 5467fc3ee8249d5e1978cba5006db98cdfc27384 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Wed, 15 Oct 2014 13:52:43 +0200 Subject: Bug 3628 is fixed. --- test-suite/bugs/closed/3628.v | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-suite/bugs/closed/3628.v (limited to 'test-suite/bugs/closed/3628.v') diff --git a/test-suite/bugs/closed/3628.v b/test-suite/bugs/closed/3628.v new file mode 100644 index 0000000000..4001cf7c2b --- /dev/null +++ b/test-suite/bugs/closed/3628.v @@ -0,0 +1,9 @@ +Module NonPrim. + Class AClass := { x : Set }. + Arguments x {AClass}. +End NonPrim. +Module Prim. + Set Primitive Projections. + Class AClass := { x : Set }. + Arguments x {AClass}. +End Prim. -- cgit v1.2.3