Sign in
dart
/
sdk.git
/
refs/tags/2.5.0-dev.3.0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
type_promotion_not_and_not.dart.strong.transformed.expect
blob: ca793f8f5a9d5658d3dc49df06965c5d32615168 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method f
(
core
::
Object
*
x
)
→
void
{
if
(!(
x
is
core
::
int
*)
&&
!(
x
is
core
::
String
*))
{
core
::
print
(
x
);
}
}
static
method main
()
→
dynamic
{}