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