Sign in
dart
/
sdk.git
/
refs/tags/2.19.0-32.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
extensions
/
conflict_with_object.dart.textual_outline.expect
blob: 2c7a9fa1e7d760ab4ef4f80282c6e0cbcbef29bc [
file
] [
log
] [
blame
]
extension
Extension
on
String
{
int
get
noSuchMethod
=>
42
;
void
set
hashCode
(
int
value
)
{}
int
runtimeType
()
=>
0
;
operator
==(
other
)
=>
false
;
static
String
toString
()
=>
'Foo'
;
}
main
()
{}
errors
()
{}
expect
(
expected
,
actual
)
{}