Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

scope warning when using _this in spawned code block #46

Closed
Fusselwurm opened this issue Sep 2, 2018 · 0 comments · Fixed by #47
Closed

scope warning when using _this in spawned code block #46

Fusselwurm opened this issue Sep 2, 2018 · 0 comments · Fixed by #47

Comments

@Fusselwurm
Copy link
Contributor

[2,13]:warning:Local variable "_this" is not from this scope (not private) when running sqflint over

_this spawn {
    hint str _this;
};

it does not complain when the code block is called, though.

Fusselwurm pushed a commit to gruppe-adler/sqf that referenced this issue Sep 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant