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
Original issue reported on code.google.com by
drem...@gmail.com
on 25 Jan 2012 at 6:26