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

Access violation with virtual #60

Closed
pperidont opened this issue Apr 27, 2017 · 1 comment
Closed

Access violation with virtual #60

pperidont opened this issue Apr 27, 2017 · 1 comment

Comments

@pperidont
Copy link
Contributor

typedef Entry = {
	id: Null<String>,
	?str: String,
}

class Main  { 
	static function main() 	{
		var e : Entry = { id: null };

		for ( str in [""] ) {
			e = { id: null };
			e.str = str;
			getString(str);
		}
	}

	static function getString( str : String ){
		trace( str );
	}
}
@ncannasse
Copy link
Member

ncannasse commented May 2, 2017 via email

ncannasse added a commit that referenced this issue May 12, 2017
ncannasse added a commit that referenced this issue Jul 31, 2018
ncannasse added a commit that referenced this issue Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants