Sign in
dart
/
sdk.git
/
refs/tags/2.13.0-140.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
runtime_checks
/
call_kinds_get.dart.textual_outline.expect
blob: 6eb1323d8146ba95d582671c5a51fe8228a8bfec [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
C
{
dynamic
get
x
=>
null
;
dynamic
y
;
void
test
()
{}
}
void
test
(
C c
,
dynamic
d
)
{}
main
()
{}