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
6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
fun test(n: Int) <expr>{
|
|
consume(1)
|
|
consume(n)
|
|
}</expr>
|
|
|
|
fun consume(n: Int) {} |