891e033d5b
#KT-9664 Fixed
7 lines
122 B
Plaintext
Vendored
7 lines
122 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(runnable: Runnable) {}
|
|
|
|
fun bar() {
|
|
foo(Runnable { throw UnsupportedOperationException() })
|
|
} |