This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 53f454f  Update private-constructors.md
53f454f is described below

commit 53f454fbb2364590056370362d68915f05a5fe74
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed May 29 19:55:14 2019 +0200

    Update private-constructors.md
---
 welcome/features/actionscript/private-constructors.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/welcome/features/actionscript/private-constructors.md 
b/welcome/features/actionscript/private-constructors.md
index fb568da..0493e55 100644
--- a/welcome/features/actionscript/private-constructors.md
+++ b/welcome/features/actionscript/private-constructors.md
@@ -103,3 +103,4 @@ Checking whether a constructor is private or not happens at 
compile-time only. H
 If a SWC library contains classes with private constructors, applications 
using that library must also enable private constructors before the compiler 
will enforce any restrictions.
 
 Other ActionScript compilers, such as the one in the [Apache Flex 
SDK](https://flex.apache.org/){:target='_blank'}, may not recognize or enforce 
private constructors. Attemping to pass source code or SWC libraries that 
contain classes with private constructors to another compiler may result in 
compile-time errors or unexpected behavior at run-time. In other words, to 
write 100% portable ActionScript code that works with any compiler, you should 
avoid using private constructors and any of [...]
+

Reply via email to