mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Section header for CustomDebugStringConvertible.
This commit is contained in:
parent
6d665ff391
commit
453fd80318
@ -18,6 +18,9 @@ public enum Syntax<Recur, A>: CustomDebugStringConvertible {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// MARK: CustomDebugStringConvertible
|
||||
|
||||
public var debugDescription: String {
|
||||
switch self {
|
||||
case let .Leaf(n):
|
||||
|
Loading…
Reference in New Issue
Block a user