You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 0101adm , sorry for the delay. After some fruitless search for a CF10 grammar, I decided to implement this case manually. Turns out, it appears to be working.
CLint finds an issue with 'myvar' - when I run this locally.
Can you help me understand how to duplicate what you are seeing?
does not support tagless components.
does not lint:
component accessors=true {
public name function init(){
return this;
}
public void function test(){
myvar = "test";
}
}
will lint the tag version.
The text was updated successfully, but these errors were encountered: