dart-sdk/tests/language_2
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 [dart2wasm] Emit code for assert initializers. 2023-01-05 00:23:40 +00:00
assign
async Spelling tests 2023-01-19 16:24:29 +00:00
async_nested
async_star [tests] Fix expectations in language/async_star/async_star_await_for_test 2023-02-27 16:25:50 +00:00
await
bool
call
canonicalize Spelling tests language 2022-12-19 16:30:06 +00:00
cascade
class [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
closure [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
compile_time_constant
const Issue 51046. Implement primitive equality. 2023-02-18 06:22:04 +00:00
constants_2018
constructor Move seven more Hints to be StaticWarnings: 2023-01-12 19:17:35 +00:00
control_flow_collections
covariant
covariant_override
deferred [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
double
double_literals
dynamic
enum Spelling tests language 2022-12-19 16:30:06 +00:00
exception [dart2wasm] Fix reversal of break labels crossing finally. 2023-02-15 10:24:08 +00:00
export
extension_methods
factory
field
final
fixed_size_int
function Spelling tests language 2022-12-19 16:30:06 +00:00
function_subtype Spelling tests standalone 2023-01-23 12:55:22 +00:00
function_type
generic Spelling tests language 2022-12-19 16:30:06 +00:00
generic_methods
getter
identifier
identity
if
if_null
implicit_creation Spelling tests language 2022-12-19 16:30:06 +00:00
implicit_downcast_during
import
inference
inference_update_2 Spelling pkg dev compiler 2023-01-26 09:12:41 +00:00
initializer_assert
initializing_formal
instance
instantiate_to_bound
interceptor
interface [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
invalid_returns
is [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
label
lazy Spelling tests 2023-01-19 16:24:29 +00:00
least_upper_bound
library
list [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
loop
main
malbounded
malformed [3.0 alpha][test] Remove use of NullThrownError 2022-12-15 23:33:18 +00:00
map
metadata
method Spelling pkg dev compiler 2023-01-26 09:12:41 +00:00
mixin
mixin_constructor_forwarding
mixin_declaration Spelling pkg dev compiler 2023-01-26 09:12:41 +00:00
new
no_such_method
nosuchmethod_forwarding
null [flip-modifiers]: prep more tests for the class modifiers flag flip 2023-03-06 20:52:03 +00:00
null_aware
number
operator [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
optimize Spelling tests language 2022-12-19 16:30:06 +00:00
override
parameter
part
prefix
private
propagate
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
script
set_literals
setter
spread_collections
stack_trace
static
string [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
subtyping_dynamic
subtyping_static
super [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
superinterface_variance
switch [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
symbol
sync_star Spelling tests language 2022-12-19 16:30:06 +00:00
syntax
this
top_level
type
type_object [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
type_promotion
type_variable [3.0 alpha] Remove deprecated dart:core List() constructor. 2022-12-15 11:36:22 +00:00
typedef
unsorted [Reland][cfe] Support external constructor with final fields 2023-01-17 17:29:28 +00:00
variable Fix year and comma in header. 2023-02-08 17:45:40 +00:00
vm Spelling pkg analyzer lib 2023-01-25 14:08:27 +00:00
void
await_type_error_test.dart
await_type_test.dart
dynamic_type_helper.dart
language_2.status
language_2_analyzer.status
language_2_dart2js.status [dart2js, ddc] Skip flaky tests 2023-02-13 23:44:59 +00:00
language_2_dartdevc.status [test_runner] Cleanup unused compiler names 2023-03-07 02:09:16 +00:00
language_2_kernel.status
language_2_precompiled.status [tests] Fix expectations in language/async_star/async_star_await_for_test 2023-02-27 16:25:50 +00:00
language_2_spec_parser.status Spelling tests language 2022-12-19 16:30:06 +00:00
language_2_vm.status [tests] Fix expectations in language/async_star/async_star_await_for_test 2023-02-27 16:25:50 +00:00
library1.dart
library2.dart
library10.dart
library11.dart
library12.dart
record_literal_problems_test.dart
record_literal_test.dart
record_type_problems_test.dart
record_type_test.dart
static_type_helper.dart
syntax_helper.dart