Skip to content

Commit bed65b5

Browse files
committed
hid ~/todo and commented failing example
1 parent 52074d5 commit bed65b5

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

examples/struct/impl_cases.syn

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
func method(self) { }
2-
3-
struct Struct {}
4-
5-
impl Struct {
6-
func method_1(self, self) {}
7-
func method_2(a: Int, self) {}
8-
}
1+
// func method(self) { }
2+
//
3+
// struct Struct {}
4+
//
5+
// impl Struct {
6+
// func method_1(self, self) {}
7+
// func method_2(a: Int, self) {}
8+
// }
99

1010
func main() {}

todo

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)