From 2c092c76a3cb96043c4eba837646c330c30398e4 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Fri, 2 Oct 2020 15:08:33 +0200 Subject: Understand Mangle Names in implicit generalization Fix #13131 --- test-suite/bugs/closed/bug_13131.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/bugs/closed/bug_13131.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/bug_13131.v b/test-suite/bugs/closed/bug_13131.v new file mode 100644 index 0000000000..b358ae3ecc --- /dev/null +++ b/test-suite/bugs/closed/bug_13131.v @@ -0,0 +1,6 @@ +Set Mangle Names. + +Class A := {}. + +Lemma foo `{A} : A. +Proof. Fail exact H. assumption. Qed. -- cgit v1.2.3