fixed swift 3 compiler crash

This commit is contained in:
Ilya Puchka
2017-12-28 21:15:33 +01:00
parent d6766b43da
commit b54292788f

View File

@@ -194,4 +194,4 @@ extension String {
} }
} }
public typealias RangeLine = (content: String, number: UInt, offset: String.IndexDistance) public typealias RangeLine = (content: String, number: UInt, offset: Int)