heon21st / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 1 forks source link

Code completion after 'as' casting #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Simple test class

package  
{
    import flash.display.Sprite;
    public class Test extends Sprite
    {   
        public function Test() 
        { 
            var s:Object = this;
            (s as Test). // no code completion
            Test(s). // code completion exist
        }
    } 

FlashDevelop 4.0 r1981

Original issue reported on code.google.com by System.g...@gmail.com on 6 Jul 2011 at 5:04

GoogleCodeExporter commented 9 years ago
Can't reproduce in latest revisions.

Original comment by philippe...@gmail.com on 12 Dec 2011 at 9:10