Files
kotlin-fork/idea/testData/intentions/joinDeclarationAndAssignment/assignmentForFlexible.kt
T

6 lines
108 B
Kotlin
Vendored

// IS_APPLICABLE: true
// WITH_RUNTIME
fun foo() {
val x: String<caret>
x = System.getProperty("")
}