Open erniecohen opened 1 month ago
4.8.1
const c := (1 as bv64).RotateRight(1)
dfyconfig.toml with general-traits = "datatype" type-system-refresh = "true" general-newtypes = "true"
To repro, 1) restart dafny; code verifies 2) add a newline to the whitespace of the file; resolver now reports "member 'RotateRight" does not exist in type 'bv64'
Mac
Dafny version
4.8.1
Code to produce this issue
Command to run and resulting output
What happened?
To repro, 1) restart dafny; code verifies 2) add a newline to the whitespace of the file; resolver now reports "member 'RotateRight" does not exist in type 'bv64'
What type of operating system are you experiencing the problem on?
Mac