Skip to content

Commit 5bfc40b

Browse files
authored
Merge pull request #145 from rintaro/typealias-as-associatedtype
Update coloring test for swiftlang/swift#27416
2 parents adc26e4 + 478564d commit 5bfc40b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lit_tests/coloring.swift

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

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

0 commit comments

Comments
 (0)