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
4 lines
91 B
Kotlin
Vendored
4 lines
91 B
Kotlin
Vendored
annotation class Anno(val value: IntArray)
|
|
|
|
@Anno(value = <expr>[1, 2, 3]</expr>)
|
|
class Foo |