PSI2IR more JVM-like exhaustive when behavior KT-36840

This commit is contained in:
Dmitry Petrov
2020-10-21 16:21:46 +03:00
parent 7edeccbdc7
commit b1b87becc8
11 changed files with 652 additions and 20 deletions
@@ -1,6 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM_IR
// TODO KT-36840 Don't generate 'throw' clause for statement 'when' in JVM_IR
enum class AccessMode { READ, WRITE, EXECUTE }