mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Warn on use of visibility modifiers on methods. #2962
This commit is contained in:
@@ -7,7 +7,7 @@ struct DelayedSchedulerEvent @local
|
||||
Clock execution_time;
|
||||
}
|
||||
|
||||
fn int DelayedSchedulerEvent.compare_to(self, DelayedSchedulerEvent other) @local
|
||||
fn int DelayedSchedulerEvent.compare_to(self, DelayedSchedulerEvent other)
|
||||
{
|
||||
switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user