Skip to content

Commit 69f71e9

Browse files
brianquinlanCommit Queue
authored andcommitted
Remove 'abstract' from 'class Platform'
Bug: #52138 Change-Id: Ibef54f5369d4b9374e9d58939ee26c853021bf74 CoreLibraryReviewExempt: Partial revert of 9c702bc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297160 Commit-Queue: Brian Quinlan <bquinlan@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>
1 parent c1affe9 commit 69f71e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/lib/io/platform.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ part of dart.io;
5858
/// }
5959
/// }
6060
/// ```
61-
abstract final class Platform {
61+
final class Platform {
6262
static final _numberOfProcessors = _Platform.numberOfProcessors;
6363
@pragma("vm:platform-const")
6464
static final _pathSeparator = _Platform.pathSeparator;

0 commit comments

Comments
 (0)