JVM_IR nullability assertions test for indy lambdas

KT-44278 KT-26060 KT-42621
This commit is contained in:
Dmitry Petrov
2021-02-10 15:25:47 +03:00
parent 4ab242ed51
commit 5013344bc4
6 changed files with 47 additions and 2 deletions
@@ -3,8 +3,6 @@
// SAM_CONVERSIONS: INDY
// FILE: nullabilityAssertions.kt
fun box(): String {
fun justSomeLocalFun() {}
try {
A.bar {}
} catch (e: NullPointerException) {