2017-07-18 05:10:01 +05:30
|
|
|
readonly a=A
|
|
|
|
readonly b=B
|
|
|
|
Ok:0
|
2017-07-18 06:53:07 +05:30
|
|
|
|
2017-07-18 05:10:01 +05:30
|
|
|
hush: a=A: readonly variable
|
|
|
|
Fail:1
|
|
|
|
hush: a=A: readonly variable
|
|
|
|
Fail:1
|
2017-07-18 06:53:07 +05:30
|
|
|
|
2017-07-18 06:14:06 +05:30
|
|
|
hush: a=Z: readonly variable
|
2017-07-18 05:10:01 +05:30
|
|
|
Fail:1
|
2017-07-18 06:53:07 +05:30
|
|
|
|
2017-07-18 06:14:06 +05:30
|
|
|
hush: a=Z: readonly variable
|
|
|
|
b=B
|
|
|
|
^^^a is not exported
|
2017-07-18 06:53:07 +05:30
|
|
|
hush: a=Z: readonly variable
|
|
|
|
Visible:42
|
|
|
|
|
2017-07-18 05:10:01 +05:30
|
|
|
hush: a: readonly variable
|
|
|
|
Fail:1
|