4042214bb2
- The inspection now works in more cases, so the test data had to be updated accordingly
7 lines
112 B
Plaintext
Vendored
7 lines
112 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(runnable: Runnable) {}
|
|
|
|
fun bar() {
|
|
foo { throw UnsupportedOperationException() }
|
|
} |