b3f605c4c4
(recognized as properties defined in classes without dispatchReceiver and extensionReceiver). Fix 'when' generation for else-only case.
7 lines
208 B
Plaintext
Vendored
7 lines
208 B
Plaintext
Vendored
FILE /whenElse.kt
|
|
FUN public fun test(): kotlin.Int
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from=test
|
|
WHEN type=kotlin.Int operator=WHEN
|
|
else: CONST Int type=kotlin.Int value='42'
|