df6bb1f786
It's clear from the comments that the first case was meant to test the variable `v` (which has type `Object?`), and the second was meant to test the variable `d` (which has type `dynamic`), but they accidentally were both referring to `v`. Change-Id: I1c36350689d20fa8d86c7d1c66918307f5fe2253 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214132 Reviewed-by: Lasse R.H. Nielsen <lrn@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.