Skip to content

Commit 5ea406f

Browse files
committed
JEP 488: Primitive Types in Patterns, instanceof, and switch (Second Preview) - readme file
1 parent abb842e commit 5ea406f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This repository contains Java examples that are designed to track and document t
1010
## Specifications & Practices
1111

1212
* [Java 24](java-24/) (March, 2025)
13+
* [JEP 488](java-24/src/main/java/com/ibrahimatay/JEP488PrimitiveTypesInPatternsInstanceofAndSwitch.java): Primitive Types in Patterns, instanceof, and switch
1314

1415
* [Java 23](java-23/) (September, 2024)
1516
* [JEP 455](java-23/src/main/java/com/ibrahimatay/JEP455PrimitiveTypesInPatternsInstanceofAndSwitch.java): Primitive Types in Patterns, instanceof, and switch
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class JEP492FlexibleConstructorBodies {
2+
public static void main(String[] args) {
3+
4+
}
5+
}

0 commit comments

Comments
 (0)