Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
promote_from_logical_rhs.dart.weak.transformed.expect
blob: 16ae59db2626cf7a7c28bac3276b4e1472193855 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method test
(
core
::
Object
*
a
,
core
::
bool
*
b
)
→
void
{
if
(
b
&&
a
is
core
::
int
*)
{
core
::
print
(
a
{
core
::
int
*});
}
}
static
method main
()
→
dynamic
{}