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