Quantcast
Channel: Dafny: An Automatic Program Verifier for Functional Correctness
Viewing all articles
Browse latest Browse all 1106

Closed Unassigned: C# keywords cause C# errors in some places [116]

$
0
0
The following Dafny code produces illegal C# code:

```
datatype struct = S // this is ok

method Main()
{
var s := S; // this line generates illegal C# code
print s;
}
```


Viewing all articles
Browse latest Browse all 1106

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>