26c47cda47
#KT-10778 Fixed
7 lines
138 B
Plaintext
Vendored
7 lines
138 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
import javax.swing.SwingUtilities
|
|
|
|
fun bar() {
|
|
SwingUtilities.invokeLater { throw UnsupportedOperationException() }
|
|
} |