Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OutlinePanel] Members are displayed incorrectly. #2381

Closed
SlavaRa opened this issue Sep 3, 2018 · 0 comments
Closed

[OutlinePanel] Members are displayed incorrectly. #2381

SlavaRa opened this issue Sep 3, 2018 · 0 comments

Comments

@SlavaRa
Copy link

SlavaRa commented Sep 3, 2018

2018-09-03_18-24-21

class Foo {
	@:isVar public var foo(get, set):String->String;
	function get_foo():String->String return foo;
	function set_foo(value:String->String):String->String {
		return foo = value;
	}
}
SlavaRa pushed a commit to SlavaRa/flashdevelop that referenced this issue Sep 4, 2018
@SlavaRa SlavaRa closed this as completed in 419a315 Sep 4, 2018
SlavaRa pushed a commit to SlavaRa/flashdevelop that referenced this issue Sep 4, 2018
SlavaRa pushed a commit that referenced this issue Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant