Apply suggestions from code review
Co-authored-by: JalonSolov <JalonSolov@gmail.com>pull/13734/head
parent
4da1d67eaf
commit
337948b337
|
|
@ -2084,9 +2084,9 @@ __global:
|
||||||
f int // public and mutable both inside and outside parent module
|
f int // public and mutable both inside and outside parent module
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Private fields are available only inside the same [module](#modules), the attempt
|
Private fields are available only inside the same [module](#modules), any attempt
|
||||||
to access it from another module will cause an error during compilation.
|
to directly access them from another module will cause an error during compilation.
|
||||||
Immutable fields are readonly from anywhere.
|
Public immutable fields are readonly everywhere.
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue