AccessorDefinition: fix null exception in hasConflictingLanguageNSDefinition() when accessor is created by [Bindable] variable

The code assumed that getFunctionNode() would be non-null, but bindable variables won't have a function node. Switched to getNode() instead.
1 file changed