swifter
swifter copied to clipboard
Overriding type function
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.