Sign in
dart
/
sdk.git
/
4dbfce19bd54aa7848f3ef626b598f743c39b4b1
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
bug30620_d.dart.strong.transformed.expect
blob: 39bc32b0f096591d320d4c8a53cb6a0a1a40bbca [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method foo
(
dynamic
obj
)
→
core
::
String
return
obj
is
core
::
String
?{
core
::
String
}
obj
{
core
::
String
}.{
core
::
String
::
toUpperCase
}()
:
null
;
static
method main
()
→
dynamic
{}