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