rename none to null
This commit is contained in:
@@ -73,7 +73,7 @@ maybe func(flag bool) ?i32 {
|
||||
if flag {
|
||||
return 9
|
||||
}
|
||||
return none
|
||||
return null
|
||||
}
|
||||
|
||||
may_fail func(flag bool) i32 ! Error {
|
||||
|
||||
Reference in New Issue
Block a user