Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ObjectLiteralToLambdaIntention
/
before.kt.template
blob: 99cd76b78be3a36518691844583c2e665db2929e [
file
] [
log
] [
blame
]
SwingUtilities
.
invokeLater
(
object
:
Runnable
{
override
fun run
()
{
println
(
"a"
)
}
})