aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/bug_3890.v
blob: 5c74addb626d0ed460673212d7597ecfc75a673c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Class Foo.
Class Bar := b : Type.

Instance foo : Foo := _.
(* 1 subgoals, subgoal 1 (ID 4)

  ============================
   Foo *)

Instance bar : Bar.
exact Type.
Defined.
(* bar is defined *)

About foo.
(* foo not a defined object. *)

Fail Defined.