Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
pkg
/
front_end
/
testcases
/
regress
/
issue_30836.dart.textual_outline.expect
blob: 98cfbdf85c5270afcdf0eac561ba2a3a61c5679c [
file
] [
log
] [
blame
]
// @dart = 2.9
class
A
{
final
int
x
;
A
()
{}
}