742fef9042
Do not generate operations as lambdas; instead use `when` over strings/enums, which is generated to tableswitch in the bytecode. This reduces the proguarded compiler jar size by ~0.57%. #KT-23565 Fixed