28 lines
767 B
Plaintext
Vendored
28 lines
767 B
Plaintext
Vendored
// FILE: /emptyWhen.kt
|
|
// FUN: empty
|
|
BB 0
|
|
CONTENT
|
|
1 FUN name:empty visibility:public modality:FINAL <> () returnType:kotlin.Int
|
|
2 WHEN type=kotlin.Int origin=WHEN
|
|
OUTGOING -> BB 1
|
|
CONST Boolean type=kotlin.Boolean value=true
|
|
BB 1
|
|
INCOMING <- BB 0
|
|
CONST Boolean type=kotlin.Boolean value=true
|
|
CONTENT
|
|
1 CONST Int type=kotlin.Int value=42
|
|
OUTGOING -> BB 2
|
|
When exit: WHEN type=kotlin.Int origin=WHEN
|
|
BB 2
|
|
INCOMING <- BB 1
|
|
When exit: WHEN type=kotlin.Int origin=WHEN
|
|
CONTENT
|
|
1 RETURN type=kotlin.Nothing from='public final fun empty (): kotlin.Int declared in <root>'
|
|
OUTGOING -> NONE
|
|
Function exit: FUN name:empty visibility:public modality:FINAL <> () returnType:kotlin.Int
|
|
|
|
// END FUN: empty
|
|
|
|
// END FILE: /emptyWhen.kt
|
|
|