Vadim Petrochenkov
|
fa72a81bea
|
Update tests
|
2019-03-11 23:10:26 +03:00 |
|
Mark Rousskov
|
2a663555dd
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
Esteban Küber
|
2636b314ec
|
Fix incorrect type mismatch label pointing at return type
|
2018-06-29 10:36:32 -07:00 |
|
varkor
|
d5bf4de0e4
|
--bless the tests
|
2018-05-25 17:31:45 +01:00 |
|
varkor
|
03d816fd93
|
Add a test for returning inside a while loop
|
2018-05-25 16:53:32 +01:00 |
|
varkor
|
a38a1ce29c
|
Fix behaviour of divergence in while loop conditions
This fixes `'a: while break 'a {};` being treated as diverging, by tracking break expressions in the same way as in `loop` expressions.
|
2018-05-25 16:53:32 +01:00 |
|