import javax.swing.SwingUtilities.invokeLater fun test() { val ref1 = Thread::currentThread val ref2 = ::invokeLater }