Skip to content

Commit

Permalink
Java function argument assignment ignored #187
Browse files Browse the repository at this point in the history
  • Loading branch information
lehvolk committed Oct 9, 2023
1 parent 209ef4b commit 4b578f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class InstructionsTest : BaseInstructionsTest() {
}

@Test
fun `arg assignment`(){
fun `arg assignment`() {
runTest(ArgAssignmentExample::class.java.name)
}

Expand Down

0 comments on commit 4b578f3

Please sign in to comment.