Skip to content

Commit ca3d0e0

Browse files
authored
Merge pull request swiftlang#156 from rintaro/revert-syntaxparse
[SyntaxParse] Revert syntax parsing changes from the master branch
2 parents 0a55b1d + 13028c9 commit ca3d0e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lit_tests/coloring.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ func foo(n: Float) -> Int {
150150

151151
// CHECK: <kw>protocol</kw> <id>Prot</id>
152152
protocol Prot {
153-
// CHECK: typealias <id>Blarg</id>
154-
// FIXME: Classify 'typealias' as a keyword.
153+
// CHECK: <kw>typealias</kw> <id>Blarg</id>
155154
typealias Blarg
156155
// CHECK: <kw>func</kw> <id>protMeth</id>(<id>x</id>: <type>Int</type>)
157156
func protMeth(x: Int)

0 commit comments

Comments
 (0)