Skip to content

bs-disable doesn't work for 5-level nested function call #1104

Description

@TwitchBronBron

The bs:disable-line comment isn't working for this specific use case.

bad-interface

What's strange, is deleting 1 character from the function call makes it work again. No idea why.

namespace http
	function request() as object
		callback = sub()
			if true then
				response = {}
				handleInterceptedScreenData(response._interceptedScreenData) 'bs:disable-line 1001
			end if
		end sub
	end function
end namespace

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions