Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Jul 19, 2024
1 parent d97893c commit 44553ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ func unexportedInferred(p *int) *int { // Notice here we do not want to export t
return &a
}
return nil
}
}
2 changes: 1 addition & 1 deletion testdata/integration/contracts/downstream/downstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ func GiveUpstreamNonnil() {
a := 1
r := upstream.NonnilToNonnil(&a)
print(*r) // Safe due to the contract!
}
}

0 comments on commit 44553ec

Please sign in to comment.