Skip to content

Commit 57da9a5

Browse files
committed
Add test case that we now parse empty generic disambiguation lists
1 parent f3211f5 commit 57da9a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/SwiftParserTest/translated/GenericDisambiguationTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ final class GenericDisambiguationTests: XCTestCase {
237237
func testGenericDisambiguation15() {
238238
AssertParse(
239239
"""
240-
// TODO: parse empty <> list
241-
//A<>.c() // e/xpected-error{{xxx}}
240+
A<>.c()
242241
"""
243242
)
244243
}

0 commit comments

Comments
 (0)