Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
extension_types
/
issue45775.dart.weak.outline.expect
blob: 621635ebae5a2d3a1fdc6c3e945f80f86817cdde [
file
] [
log
] [
blame
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
Foo
extends
core
::
Object
{
synthetic constructor
•()
→
self
::
Foo
;
}
extension
Bar
on
self
::
Foo
{
}
static
method main
()
→
void
;