From b02da518c51456b003c61f9775050fbfe6090629 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 25 Oct 2009 07:36:43 +0000 Subject: Improved the treatment of Local/Global options (noneffective Local on Implicit Arguments, Arguments Scope and Coercion fixed, noneffective Global in sections for Hints and Notation detected). Misc. improvements (comments + interpretation of Hint Constructors + dev printer for hint_db). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12411 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/failure/ImportedCoercion.v | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-suite/failure/ImportedCoercion.v (limited to 'test-suite/failure') diff --git a/test-suite/failure/ImportedCoercion.v b/test-suite/failure/ImportedCoercion.v new file mode 100644 index 000000000..0a69b8517 --- /dev/null +++ b/test-suite/failure/ImportedCoercion.v @@ -0,0 +1,7 @@ +(* Test visibility of coercions *) + +Require Import make_local. + +(* Local coercion must not be used *) + +Check (0 = true). -- cgit v1.2.3