Skip to content

Commit 742692d

Browse files
jakemac53commit-bot@chromium.org
authored andcommitted
update vm patch file for inspect api to have the correct type
Bug:#42676 Change-Id: I975925df39b35af1fe53698026d2a2e84077ddaf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154260 Reviewed-by: Siva Annamalai <[email protected]> Commit-Queue: Siva Annamalai <[email protected]> Auto-Submit: Jake Macdonald <[email protected]>
1 parent cd9a206 commit 742692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/_internal/vm/lib/developer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import "dart:isolate" show SendPort;
2121
bool debugger({bool when: true, String? message}) native "Developer_debugger";
2222

2323
@patch
24-
Object inspect(Object object) native "Developer_inspect";
24+
Object? inspect(Object? object) native "Developer_inspect";
2525

2626
@patch
2727
void log(String message,

0 commit comments

Comments
 (0)