Skip to content

Commit

Permalink
expected to fail for varargArgumentExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Oct 10, 2023
1 parent 01ceca1 commit 4ed38f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import org.junitpioneer.jupiter.ExpectedToFail;
import org.openrewrite.Issue;
import org.openrewrite.java.tree.J;
import org.openrewrite.java.tree.JavaType;
Expand Down Expand Up @@ -402,6 +403,7 @@ void unresolvedNameFirSource() {
);
}

@ExpectedToFail("Improved type, See undefined owner from Fir basesd")

This comment has been minimized.

Copy link
@knutwannheden

knutwannheden Oct 10, 2023

Contributor

Not sure, but I suspect this is one of the cases when the type attribution in the PSI-parser might even be slightly better. But it could maybe be improved a bit more.

@Issue("https://github.com/openrewrite/rewrite-kotlin/issues/84")
@Test
void varargArgumentExpression() {
Expand Down

0 comments on commit 4ed38f6

Please sign in to comment.