We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99599b commit bf7f27aCopy full SHA for bf7f27a
pkg/dev_compiler/lib/src/kernel/compiler.dart
@@ -4057,8 +4057,6 @@ class ProgramCompiler extends ComputeOnceConstantVisitor<js_ast.Expression>
4057
_emitStaticGet(node.target);
4058
4059
js_ast.Expression _emitStaticGet(Member target) {
4060
- // TODO(vsm): Re-inline constants. See:
4061
- // https://github.com/dart-lang/sdk/issues/36285
4062
var result = _emitStaticTarget(target);
4063
if (_reifyTearoff(target)) {
4064
// TODO(jmesserly): we could tag static/top-level function types once
0 commit comments