- Warn on use of visibility modifiers on methods. #2962

This commit is contained in:
Christoffer Lerno
2026-02-21 21:10:08 +01:00
parent e1ec4b1235
commit dc52478c09
49 changed files with 907 additions and 890 deletions

View File

@@ -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
{