repo.or.cz
/
boo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BOO-999
[boo.git]
/
tests
/
testcases
/
errors
/
BCE0120-2.boo
blob
a21f1130308b4a38cb3a31e4e2560ea8c7c3d748
1
"""
2
"""
3
namespace
NS
4
5
class
Outer
:
6
protected
_bar
7
private
_baz
8
public
bang
9
10
class
Inner
:
11
def constructor
(
outer
as
Outer
):
12
print
outer
.
_baz
13
print
outer
.
_bar
14
print
outer
.
bang