Enum.valueOf throws inconsistent exception across multiple platforms #KT-35116
This commit is contained in:
committed by
Space Team
parent
d6867917c9
commit
295fdc36ce
@@ -83,7 +83,7 @@ class WasmSymbols(
|
||||
override val throwNullPointerException = getInternalFunction("THROW_NPE")
|
||||
override val throwISE = getInternalFunction("THROW_ISE")
|
||||
override val throwTypeCastException = getInternalFunction("THROW_CCE")
|
||||
val throwIAE = getInternalFunction("THROW_IAE")
|
||||
override val throwIAE = getInternalFunction("THROW_IAE")
|
||||
val throwNoBranchMatchedException =
|
||||
getInternalFunction("throwNoBranchMatchedException")
|
||||
override val throwUninitializedPropertyAccessException =
|
||||
|
||||
Reference in New Issue
Block a user