Remove 'abstract' from 'class Platform'

Bug: https://github.com/dart-lang/sdk/issues/52138
Change-Id: Ibef54f5369d4b9374e9d58939ee26c853021bf74
CoreLibraryReviewExempt: Partial revert of 9c702bc72e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297160
Commit-Queue: Brian Quinlan <bquinlan@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
This commit is contained in:
Brian Quinlan 2023-04-21 23:44:29 +00:00 committed by Commit Queue
parent c1affe94e0
commit 69f71e90ea

View file

@ -58,7 +58,7 @@ part of dart.io;
/// }
/// }
/// ```
abstract final class Platform {
final class Platform {
static final _numberOfProcessors = _Platform.numberOfProcessors;
@pragma("vm:platform-const")
static final _pathSeparator = _Platform.pathSeparator;