Reformat source tree (minus a couple tests that are still grumpy).
This commit is contained in:
parent
8d381823e2
commit
ce72993488
379 changed files with 13643 additions and 18907 deletions
|
@ -1,11 +1,5 @@
|
|||
tag t {
|
||||
foo(@int);
|
||||
}
|
||||
|
||||
fn main() {
|
||||
auto tt = foo(@10);
|
||||
alt (tt) {
|
||||
case (foo(?z)) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tag t { foo(@int); }
|
||||
|
||||
fn main() { auto tt = foo(@10); alt (tt) { case (foo(?z)) { } } }
|
Loading…
Add table
Add a link
Reference in a new issue