Files
kotlin/idea/testData/refactoring/extractFunction/script/NotExpression.kts
Pavel V. Talanov b9ce9f8576 Script, IDE: tweak extract based refactorings to behave better in scripts
Fix not being able to invoke introduce variable for top level script expression
Prohibit introduce parameter and introduce property for scripts on top level
Basic test for introduce function (produces red code atm)
2015-12-02 15:14:25 +03:00

1 line
36 B
Kotlin
Vendored

<selection>val y = 2 + 3</selection>