blob: e2a67d2ccf700b8fd4c10489d3717c2a3200e6e2 [file] [log] [blame]
// WITH_RUNTIME
import javax.swing.SwingUtilities
fun bar() {
SwingUtilities.invokeLater { throw UnsupportedOperationException() }
}