Skip to content

Commit

Permalink
Add test for issue #2402
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Nov 4, 2022
1 parent 16cc15c commit 145754e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Test/git-issues/git-issue-2402.dfy
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// RUN: %dafny_0 /compile:1 /compileTarget:cs "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

abstract module M
{
type T
const t : T
lemma Randomlemma()
{
forall i:int {}
}
}

module N refines M
{
}
Empty file.

0 comments on commit 145754e

Please sign in to comment.