Skip to content

Commit

Permalink
update vm patch file for inspect api to have the correct type
Browse files Browse the repository at this point in the history
Bug:#42676
Change-Id: I975925df39b35af1fe53698026d2a2e84077ddaf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154260
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
  • Loading branch information
jakemac53 authored and commit-bot@chromium.org committed Jul 13, 2020
1 parent cd9a206 commit 742692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lib/_internal/vm/lib/developer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "dart:isolate" show SendPort;
bool debugger({bool when: true, String? message}) native "Developer_debugger";

@patch
Object inspect(Object object) native "Developer_inspect";
Object? inspect(Object? object) native "Developer_inspect";

@patch
void log(String message,
Expand Down

0 comments on commit 742692d

Please sign in to comment.