swifter icon indicating copy to clipboard operation
swifter copied to clipboard

Overriding type function

Open idoodler opened this issue 7 years ago • 0 comments

I just noticed that Swifter overrides Swift Standard Library function type(of:) in Scopes.swift in line 29 with a string.

public var type: String? = nil

In particular it conflicts with SwiftTheme. I temporarily fixed it by renaming the variable to _type.

idoodler avatar Jan 28 '18 13:01 idoodler