Skip to content

Commit

Permalink
Declare anonymousObject() as @ExpectedToFail
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 30, 2023
1 parent ef2d45e commit 3b10f50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package org.openrewrite.kotlin.tree;

import org.junit.jupiter.api.Test;
import org.junitpioneer.jupiter.ExpectedToFail;
import org.openrewrite.Issue;
import org.openrewrite.java.tree.J;
import org.openrewrite.kotlin.marker.IndexedAccess;
Expand Down Expand Up @@ -239,6 +240,7 @@ fun methodB ( ) {
}

@Test
@ExpectedToFail("not yet implemented correctly")
void anonymousObject() {
rewriteRun(
kotlin(
Expand Down

0 comments on commit 3b10f50

Please sign in to comment.