Enum.valueOf throws inconsistent exception across multiple platforms #KT-35116
This commit is contained in:
committed by
Space Team
parent
d6867917c9
commit
295fdc36ce
@@ -206,6 +206,9 @@ abstract class Symbols(
|
||||
open val throwISE: IrSimpleFunctionSymbol
|
||||
get() = error("throwISE is not implemented")
|
||||
|
||||
open val throwIAE: IrSimpleFunctionSymbol
|
||||
get() = error("throwIAE is not implemented")
|
||||
|
||||
abstract val stringBuilder: IrClassSymbol
|
||||
|
||||
abstract val defaultConstructorMarker: IrClassSymbol
|
||||
|
||||
Reference in New Issue
Block a user