Skip to content

Commit

Permalink
Fix misplaced test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnezam committed Feb 8, 2024
1 parent 0741c88 commit f8c8613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ package pkg
// }

// Interface method signatures cannot be opaque.
//:: ExpectedOutput(type_error)
type foo interface {
//:: ExpectedOutput(type_error)
opaque
pure bar() (res int)
}
Expand Down

0 comments on commit f8c8613

Please sign in to comment.