-
Notifications
You must be signed in to change notification settings - Fork 4.1k
update: updating compiler-reference with jvm-default #4915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition! I suggest shortening the initial text as it can all be included in the table now :)
docs/topics/compiler-reference.md
Outdated
Possible values are `enable`, `no-compatibility`, and `disable`. | ||
The default value is `enable`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible values are `enable`, `no-compatibility`, and `disable`. | |
The default value is `enable`. |
docs/topics/compiler-reference.md
Outdated
|
||
| Mode | Description | | ||
|--------------------|-------------------------------------------------------------------------------------------------------------------------| | ||
| `enable` | Generates default implementations in interfaces and includes bridge functions in subclasses and `DefaultImpls` classes. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `enable` | Generates default implementations in interfaces and includes bridge functions in subclasses and `DefaultImpls` classes. | | |
| `enable` | Generates default implementations in interfaces and includes bridge functions in subclasses and `DefaultImpls` classes. (Default) | |
docs/topics/compiler-reference.md
Outdated
Possible values are `enable`, `no-compatibility`, and `disable`. | ||
The default value is `enable`. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR is adding an entry to the compiler reference for
jvm-default