Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/localVariable/beforeInFunWithExpressionBody.kt
T
2014-09-30 19:55:46 +04:00

5 lines
148 B
Kotlin

// "Create local variable 'foo'" "true"
// ACTION: Create parameter 'foo'
// ERROR: Variable 'foo' must be initialized
fun test(): Int = <caret>foo