joshtynjala commented on issue #155:
URL: https://github.com/apache/royale-compiler/issues/155#issuecomment-675122028
With the following code, I get an error:
```actionscript
package com.example
{
public class MyClass
{
public function MyClass()
{
}
public var wip:Boolean;
public var wip:Boolean;
}
}
```
The error:
> A conflict exists with definition test in namespace public.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]