b9ce9f8576
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)
4 lines
98 B
Kotlin
Vendored
4 lines
98 B
Kotlin
Vendored
// EXTRACTION_TARGET: property with initializer
|
|
class A {
|
|
fun f() = <selection>1</selection>
|
|
} |