10 lines
136 B
Kotlin
Vendored
10 lines
136 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
import javax.swing.SwingUtilities
|
|
|
|
fun foo() {
|
|
<caret>SwingUtilities.invokeLater {
|
|
}
|
|
}
|