Sign in
dart
/
sdk.git
/
refs/tags/2.5.0-dev.3.0
/
.
/
pkg
/
front_end
/
testcases
/
runtime_checks
/
implicit_downcast_assert_initializer.dart.outline.expect
blob: a0650ea115e84d84aec1d87f7b947efe450bb570 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
C
extends
core
::
Object
{
constructor
•(
core
::
Object
*
o
)
→
self
::
C
*
;
}
static
method main
()
→
dynamic
;