Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
kt10808.kt
blob: e0cc0c9152845362da3b4e950b3842393b2db1f6 [
file
] [
log
] [
blame
]
fun main
(
args
:
Array
<
String
>)
{
val old
=
pref
.
getString
(
""
,
""
)
pref
.
edit
().
putString
(
""
,
""
).
apply
()
<selection>
LocalBroadcastManager
.
getInstance
(
this
)</
selection
>.
sendBroadcast
(
Intent
(
""
))
}