[FIR] Use Throwable as expected type for throw expressions
#KT-58533 Fixed
This commit is contained in:
committed by
Space Team
parent
55632f5df2
commit
7a9c516f68
@@ -0,0 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
fun <T> a(): T = TODO()
|
||||
val b: Unit = throw a()
|
||||
Reference in New Issue
Block a user