History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17726
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Taras Tielkes
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

string literal treated as reference

Created: 11 Apr 08 14:23   Updated: 11 Apr 08 14:24
Component/s: Flex Support

Build: 8,280


 Description  « Hide
package {
	import flash.display.Sprite;
	public class test2 extends Sprite {}
}

class A {
}

class B {
    private var foo:String = "a";
    private var bar:String = "b";
}

var a:A = new A();

Haven't added a Flex facet, just opened a .as file that's part of a Java project.

The string literal "a" seems to be treated as a reference to variable a.
Perhaps this is by design (and inherited from the 'classic' JavaScript language plugin)?



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.