Skip to content

Commit

Permalink
[stdlib] Make common Number constructible KT-65526
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g authored and qodana-bot committed Aug 23, 2024
1 parent 0b3126e commit f7e0eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/stdlib/src/kotlin/Number.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import kotlin.internal.ActualizeByJvmBuiltinProvider
* Superclass for all platform classes representing numeric values.
*/
@ActualizeByJvmBuiltinProvider
public expect abstract class Number {
public expect abstract class Number() {
/**
* Returns the value of this number as a [Double], which may involve rounding.
*/
Expand Down

0 comments on commit f7e0eaf

Please sign in to comment.