Skip to content

Commit 0b4bc29

Browse files
committed
Add test case that we now parse empty generic disambiguation lists
1 parent 28cc1b0 commit 0b4bc29

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
@@ -227,8 +227,7 @@ final class GenericDisambiguationTests: XCTestCase {
227227
func testGenericDisambiguation15() {
228228
AssertParse(
229229
"""
230-
// TODO: parse empty <> list
231-
//A<>.c() // e/xpected-error{{xxx}}
230+
A<>.c()
232231
"""
233232
)
234233
}

0 commit comments

Comments
 (0)