JVM_IR nullability assertions test for indy lambdas
KT-44278 KT-26060 KT-42621
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
// SAM_CONVERSIONS: INDY
|
||||
// FILE: nullabilityAssertions.kt
|
||||
fun box(): String {
|
||||
fun justSomeLocalFun() {}
|
||||
|
||||
try {
|
||||
A.bar {}
|
||||
} catch (e: NullPointerException) {
|
||||
|
||||
Reference in New Issue
Block a user