mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
6 lines
143 B
Kotlin
Vendored
6 lines
143 B
Kotlin
Vendored
// ERROR: Cannot perform refactoring.\nCannot find a single definition to inline
|
|
fun foo() {
|
|
var x = 1
|
|
val t = <caret>x + 1
|
|
x = 2
|
|
} |