-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.dev-compiler-errors
Description
Internal compiler error message during Flutter hot reload:
Compiler message:
org-dartlang-debug:synthetic_debug_expression:1:1: Error: A prefix can't be used as an expression.
http
^^^^
org-dartlang-debug:synthetic_debug_expression:1:1: Error: Getter not found: 'using'.
using
^^^^^
org-dartlang-debug:synthetic_debug_expression:1:1: Error: The getter 'using' isn't defined for the class '_MyHomePageState'.
- '_MyHomePageState' is from 'package:bookmarker/main.dart' ('lib/main.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'using'.
using
dart --version
shows:
Dart VM version: 2.1.2-dev.0.0.flutter-c92d5ca288 (Wed Feb 13 19:14:26 2019 +0000) on "macos_x64"
Repo at the time of the error is here:
https://github.com/timsneath/bookmarker/commit/5b7348e7803242a70f964418e2d9d4d80228f1db
(Let me know if you need access -- it's private, but happy to add Googlers.)
TheHemantKaushik, robertonic and cstsortan
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.dev-compiler-errors