You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/08/17 21:21:43 UTC

[GitHub] [royale-compiler] joshtynjala edited a comment on issue #155: Class allow declare the same public var twice

joshtynjala edited a comment 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 wip 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:
users@infra.apache.org