test: add another missing hole test

This commit is contained in:
Leonardo de Moura 2020-09-07 17:18:20 -07:00
parent fc0be5e391
commit ef87b33cdc
2 changed files with 9 additions and 0 deletions

View file

@ -20,3 +20,7 @@ f a
partial def f7 (x : Nat) :=
f7 x
partial def f8 (x : Nat) :=
let rec aux (y : Nat) := aux y;
x + 1

View file

@ -49,3 +49,8 @@ holes.lean:21:25: error: don't know how to synthesize placeholder
context:
x : Nat
⊢ Sort ?
holes.lean:25:8: error: don't know how to synthesize placeholder
context:
f8 : Nat → Nat
x y : Nat
⊢ Sort ?