2017-07-17 23:40:01 +00:00
|
|
|
readonly a=A
|
|
|
|
readonly b=B
|
|
|
|
Ok:0
|
2017-07-18 01:23:07 +00:00
|
|
|
|
2017-07-17 23:40:01 +00:00
|
|
|
hush: a=A: readonly variable
|
|
|
|
Fail:1
|
|
|
|
hush: a=A: readonly variable
|
|
|
|
Fail:1
|
2017-07-18 01:23:07 +00:00
|
|
|
|
2017-07-18 00:44:06 +00:00
|
|
|
hush: a=Z: readonly variable
|
2017-07-17 23:40:01 +00:00
|
|
|
Fail:1
|
2017-07-18 01:23:07 +00:00
|
|
|
|
2017-07-18 00:44:06 +00:00
|
|
|
hush: a=Z: readonly variable
|
|
|
|
b=B
|
|
|
|
^^^a is not exported
|
2017-07-18 01:23:07 +00:00
|
|
|
hush: a=Z: readonly variable
|
|
|
|
Visible:42
|
|
|
|
|
2017-07-17 23:40:01 +00:00
|
|
|
hush: a: readonly variable
|
|
|
|
Fail:1
|