dart-sdk/tests/language
Oleh Prypin 732d1cc0a4 Revert "Add more interface and final modifiers to dart:core."
This reverts commit 4f8333e80e.

Reason for revert: causes breakages in google3

Original change's description:
> Add more `interface` and `final` modifiers to `dart:core`.
>
> Make intent explicit for classes which are intended as interfaces,
> or which are not intended to be subclassed.
>
> Mainly classes which are pure interfaces are marked as such,
> and platform-specific classes not intended for subclassing
> are made `final`.
>
> The `final` classes includes `BigInt`, which is written to assume
> that arguments inherit its private members
> (it runs `_ensureSystemBigInt` on arguments).
>
> It also includes the `Expando`, `WeakReference` and `Finalizer` classes,
> which are just intended as stand-alone implementation classes for accessing
> platform-specific functionality.
>
> Change-Id: Ib770c265edff127a289a67fe72d15b9ff0499407
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287180
> Reviewed-by: Stephen Adams <sra@google.com>
> Commit-Queue: Lasse Nielsen <lrn@google.com>
> Reviewed-by: Aske Simon Christensen <askesc@google.com>
> Reviewed-by: Nate Bosch <nbosch@google.com>
> Reviewed-by: Martin Kustermann <kustermann@google.com>

Change-Id: I94ff95f72410a4e1ae80744971c4c920fecc1493
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287760
Reviewed-by: Martin Kustermann <kustermann@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Oleh Prypin <oprypin@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2023-03-09 13:09:57 +00:00
..
abstract
accessor_conflict
argument
assert
assign
async
async_nested
async_star
await
bool
call
canonicalize
cascade
class
class_modifiers
closure [dart2wasm] Fix instantiation closure equality 2023-03-08 15:42:26 +00:00
compile_time_constant
const
const_functions
constants_2018
constructor
control_flow_collections
covariant
covariant_override
deferred
double
double_literals
dynamic
enum
exception
export
extension_methods
external_abstract_fields
factory
field
final
function
function_subtype
function_type
generic
generic_methods
getter
identifier
identity
if
if_null
implicit_creation
implicit_downcast_during
import
inference
inference_update_1
inference_update_2
initializing_formal
instance
instantiate_to_bound
interceptor
interface
invalid_returns
is
label
lazy
least_upper_bound
library
list
loop
main
malbounded
malformed
map
metadata
method
mixin
mixin_constructor_forwarding
mixin_declaration
named_arguments_anywhere
new
nnbd
no_such_method
nonfunction_type_aliases
nosuchmethod_forwarding
null
null_aware
number
operator
optimize
override
parameter
part
patterns
prefix
private
propagate
records/simple
redirecting
reg_exp
regress Revert "Add more interface and final modifiers to dart:core." 2023-03-09 13:09:57 +00:00
resolution
return
rewrite
scaling
script
sealed_class
set_literals
setter
spread_collections
stack_trace
static
string
subtyping_static
super
superinterface_variance
switch
symbol
sync_star
syntax
this
top_level
type
type_object
type_promotion
type_variable
typedef
unsorted [flip-patterns] Update invalid assignable expression test expectations. 2023-03-06 21:57:51 +00:00
value_class
variable
variance
vm
void
why_not_promoted
await_type_error_test.dart
await_type_test.dart
dynamic_type_helper.dart
explicit_type_instantiation_parsing_test.dart
language.status
language_analyzer.status
language_dart2js.status
language_dart2wasm.status
language_dartdevc.status [test_runner] Cleanup unused compiler names 2023-03-07 02:09:16 +00:00
language_kernel.status
language_precompiled.status
language_spec_parser.status
language_vm.status
library1.dart
library2.dart
library10.dart
library11.dart
library12.dart
record_literal_problems_test.dart
record_literal_test.dart
record_type_empty_problems_test.dart
record_type_problems_test.dart
record_type_test.dart
static_type_helper.dart
static_weak_reference_error_test.dart
static_weak_reference_function_apply_test.dart
static_weak_reference_test.dart
syntax_helper.dart