Skip to content

Commit

Permalink
workaround for #12180
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jan 29, 2025
1 parent 55d5f60 commit 6d2158f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions distribution/lib/Standard/Table/0.0.0-dev/src/Table.enso
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,12 @@ type Table
A table.

Arguments:
- java_table: The internal java representation of the table.
private Value java_table
- internal_java_table: The internal java representation of the table.
private Value internal_java_table

## PRIVATE
A getter that is a workaround for bug https://github.com/enso-org/enso/issues/12180
private java_table self = self.internal_java_table

## PRIVATE
ADVANCED
Expand Down

0 comments on commit 6d2158f

Please sign in to comment.