Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
dot_shorthands
/
simple_class.dart.strong.outline.expect
blob: 9d722eb829bdb1c69073f2d86b58ea0d7031113c [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
Color
extends
core
::
Object
{
final
field core
::
int
x
;
constructor
•(
core
::
int
x
)
→
self
::
Color
;
static
get
red
()
→
self
::
Color
;
}
static
method main
()
→
void
;