ilyxa20 / flashdevelop

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

Problems with Constraint Parameters #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a parametrized class with constraints in parens, i.e:
      class B<T:(A)>
2. Open outline pane
3. Create a public variable, try to get code completion on that variable 
without using this. i.e.:
      public var foo:String;
      public function new(obj:T){ foo = Std.string(obj); }

What is the expected output? What do you see instead?
* The outline shows only "B<T:", no functions are shown, no variables.
* There is no code completion for either foo or obj.

What version of the product are you using? On what operating system?
  FlashDevelop version 4.0.1 RTM on Windows 7 64 Bit

Please provide any additional information below.

Original issue reported on code.google.com by drem...@gmail.com on 25 Jan 2012 at 6:26

GoogleCodeExporter commented 8 years ago
Parser fix needed.

Original comment by philippe...@gmail.com on 5 May 2012 at 8:18

GoogleCodeExporter commented 8 years ago

Original comment by philippe...@gmail.com on 5 May 2012 at 8:19