mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
sigh, fix another copy of ParentNameSpace
This commit is contained in:
parent
1a23eafe90
commit
5f60ecc908
@ -80,7 +80,7 @@ scope NSContext {
|
|||||||
|
|
||||||
protected string ParentNameSpace {
|
protected string ParentNameSpace {
|
||||||
get {
|
get {
|
||||||
return ((NSContext_scope)$NSContext.ToArray()[$NSContext.Count-2]).currentNS;
|
return ((NSContext_scope)$NSContext.ToArray()[1]).currentNS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -175,7 +175,7 @@ modifier:
|
|||||||
|
|
||||||
class_member_declaration:
|
class_member_declaration:
|
||||||
attributes?
|
attributes?
|
||||||
// TODO: Don't emit private
|
// TODO: Don't emit private ?????
|
||||||
m=modifiers?
|
m=modifiers?
|
||||||
( 'const' ct=type constant_declarators[$ct.thetext] ';'
|
( 'const' ct=type constant_declarators[$ct.thetext] ';'
|
||||||
| event_declaration // 'event'
|
| event_declaration // 'event'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user