Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
joinDeclarationAndAssignment
/
assignmentForFlexible.kt
blob: f60ebb381379423415b3cb8cceb5617a23efc06d [
file
] [
log
] [
blame
]
// IS_APPLICABLE: true
// WITH_RUNTIME
fun foo
()
{
val x
:
String
<caret>
x
=
System
.
getProperty
(
""
)
}