Closed
Description
This is debugging a Flutter Web app running with null safety at version:
Flutter 1.24.0-8.0.pre.129 • channel master • https://github.com/flutter/flutter.git
Framework • revision 9edfa1225d (2 hours ago) • 2020-11-06 15:24:02 -0500
Engine • revision cf376142ed
Tools • Dart 2.12.0 (build 2.12.0-27.0.dev)
In the following (vscode watch):
the variables p0
, p1
, and pot
are marked late
and appear somewhat obfuscated. I think the isSet
is from lowering in the CFE / DDC. The variables deck
and playerType
are not late and show as expected.
I assume this is going through the getObject
path. Are we doing field/variable renaming here?
Metadata
Metadata
Assignees
Labels
No labels