Skip to content

Commit

Permalink
Merge branch 'issue-40606' of https://github.com/gimantha/ballerina-lang
Browse files Browse the repository at this point in the history
 into issue-40606
  • Loading branch information
gimantha committed Dec 2, 2024
2 parents c49bac6 + d0b026e commit a028a6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public Object[][] getResourceAccessActionPathPos() {
@Test
public void testPathSegmentOfAmbiguousResourceFunction() {
Optional<Symbol> symbol = model.symbol(srcFile, LinePosition.from(91, 9));
assertTrue(symbol.isPresent()); // Resource method is ambiguous
assertTrue(symbol.isPresent());
}

// Utils
Expand Down

0 comments on commit a028a6e

Please sign in to comment.