Skip to content

Can't parse new access levels (open and fileprivate) #452

@dbmrq

Description

@dbmrq

Tailor Version: v0.11.0

Swift Version: 3.0

Platform (Mac/Linux/Windows/CI): Mac

Installation Method: Homebrew

Steps to Reproduce Issue

Paste this at the command line:

cat <<EOF > whatever.swift
class Whatever: Object {
    open func something() {}
    fileprivate func somethingElse() {}
}
EOF
tailor whatever.swift

Expected Behavior

It should work (remove open and fileprivate and it does).

Actual Behavior

It doesn't work.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions