Compiler exception with improperly placed await
keyword
#37108
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Uh oh!
There was an error while loading. Please reload this page.
I've copypasted a code with
await
into the function which didn't haveasync
keyword on it. (it was abuild()
function in Flutter widget). Theawait
call was toshowDialog(...)
.Dart VM version: 2.3.2-dev.0.0.flutter-e3edfd36b2 (Wed May 22 16:01:07 2019 +0000) on "macos_x64"
MacOS High Sierra
Stack trace
That was
flutter run
running on Android emulator.At the same time
Runner
running on the iOS simulator failed with:Stack trace
The text was updated successfully, but these errors were encountered: