Skip to content

Commit

Permalink
8335991: Implement Simple Source Files and Instance Main Methods (Fou…
Browse files Browse the repository at this point in the history
…rth Preview)
  • Loading branch information
lahodaj committed Oct 29, 2024
1 parent f0b130e commit 2e48802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public enum Feature {
// keeping the constant of a feature that has been integrated or dropped, serves the purpose of muting such warnings.

//---
@JEP(number=477, title="Implicitly Declared Classes and Instance Main Methods", status="Third Preview")
@JEP(number=495, title="Simple Source Files and Instance Main Methods", status="Fourth Preview")
IMPLICIT_CLASSES,
@JEP(number=481, title="Scoped Values", status="Third Preview")
SCOPED_VALUES,
Expand Down

0 comments on commit 2e48802

Please sign in to comment.