Make custom bitwise operators work, add tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Amp {
|
||||
& that {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
class Pipe {
|
||||
| that {
|
||||
return
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user