Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
objectLiteralToLambda
/
NoSamAdapterNeeded.kt.after
blob: e2a67d2ccf700b8fd4c10489d3717c2a3200e6e2 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
import
javax
.
swing
.
SwingUtilities
fun bar
()
{
SwingUtilities
.
invokeLater
{
throw
UnsupportedOperationException
()
}
}