mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
Add tests for JetRefactoringUtil.selectExpression, which is invoked by e.g. extract variable when some text is selected. Test cases under idea/testData/expressionSelection/ should contain Kotlin files with the usual <selection> tags, with the expected result of selectExpression in the last comment of the file.
3 lines
42 B
Kotlin
Vendored
3 lines
42 B
Kotlin
Vendored
<selection>val</selection> f = 42.0
|
|
/* */
|