Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
issue42199.dart.weak.outline.expect
blob: 46b84b0481c101deb7968ab29ea36d0e851c6be6 [
file
] [
log
] [
blame
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
A
extends
core
::
Object
{
synthetic constructor
•()
→
self
::
A
;
abstract
operator
==(
dynamic
other
)
→
core
::
bool
;
}
static
method main
()
→
dynamic
;