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