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