12 lines
128 B
Text
12 lines
128 B
Text
|
namespace foo
|
||
|
variable A : Type
|
||
|
end foo
|
||
|
|
||
|
namespace bla
|
||
|
variable A : Type
|
||
|
end bla
|
||
|
|
||
|
namespace foo
|
||
|
variable A : Type
|
||
|
end foo
|