test: sorry warning

This commit is contained in:
Leonardo de Moura 2021-01-13 10:30:35 -08:00
parent e2773113a9
commit 8ddde1443c
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
def f (x : Nat) : Nat :=
sorry
def g (x : Nat) : Nat :=
f x

View file

@ -0,0 +1 @@
sorryWarning.lean:2:2: warning: declaration uses 'sorry'