Skip to content

Commit

Permalink
Test is accessing IntHolder value and boxed fields
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jun 20, 2024
1 parent 2b9be62 commit a1bff6e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,8 @@
},
{
"name":"org.enso.base_test_helpers.IntHolder",
"methods":[{"name":"<init>","parameterTypes":["int"] }]
"methods":[{"name":"<init>","parameterTypes":["int"] }],
"fields":[{"name":"value"}, {"name":"boxed"}]
},
{
"name":"org.enso.base_test_helpers.IntHolderEquals",
Expand Down

0 comments on commit a1bff6e

Please sign in to comment.