0fec50135f
This is the first implementation of a control flow graph facade for the extract function IDE refactoring. The exact contents of 'KtDataFlowExitPointSnapshot' will be refined later. ^KT-65762 Fixed
17 lines
481 B
Plaintext
Vendored
17 lines
481 B
Plaintext
Vendored
KtDataFlowExitPointSnapshot:
|
|
defaultExpressionInfo = DefaultExpressionInfo:
|
|
expression = try {
|
|
dangerous()
|
|
} catch (e: FooException) {
|
|
consume(e.message?.length ?: 0)
|
|
throw e
|
|
}
|
|
type = kotlin.String
|
|
hasEscapingJumps = false
|
|
hasJumps = false
|
|
hasMultipleJumpKinds = false
|
|
hasMultipleJumpTargets = false
|
|
loopJumpExpressions = []
|
|
returnValueType = null
|
|
valuedReturnExpressions = []
|
|
variableReassignments = [] |