[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
+1
-1
@@ -620,7 +620,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
|
||||
}
|
||||
|
||||
throwExpression.configure {
|
||||
+field("exception", expression)
|
||||
+field("exception", expression).withTransform()
|
||||
}
|
||||
|
||||
variableAssignment.configure {
|
||||
|
||||
Reference in New Issue
Block a user