Feature/bael 5177 switch pattern matching (#11345)

* BAEL-5177: New module using Java 17

* BAEL-5177: Add unit tests

* BAEL-5177: Add switch example

* BAEL-5177: Update type pattern test

* BAEL-5177: Total type example

* BAEL-5177: Refactor

* BAEL-5177: Move implementation to separate class

* BAEL-5177: Tabs to spaces
This commit is contained in:
Daniel Strmecki
2021-10-20 18:59:46 +02:00
committed by GitHub
parent 3320d8413b
commit b5560909a1
12 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
### Relevant articles:
- TODO