dart-sdk/runtime
Zichang Guo 90088a386b [vm/kernel] Remove Function parameters from Local type parameters
When calling SetupFunctionParameters, Function type arguments were copied into local type parameters. Local type parameters = previous type parameter + function type parameters.
At BuildTypeParameterType(), local type parameters contains duplicated type parameter from function, which ends up with returning wrong type.

Bug: https://github.com/dart-lang/sdk/issues/37382
Change-Id: I8f486b0b9a9120845349fe1734bbfcc35f1126a1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108501
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Zichang Guo <zichangguo@google.com>
2019-07-10 14:43:43 +00:00
..
bin Second attempt to reland "[vm/concurrency] Introduce concept of Isolate Groups" 2019-07-08 23:49:05 +00:00
docs Move the test runner (i.e. "test.dart"/"test.py") to pkg/. 2019-06-14 23:35:10 +00:00
include Second attempt to reland "[vm/concurrency] Introduce concept of Isolate Groups" 2019-07-08 23:49:05 +00:00
lib [vm, compiler] Remove dead _classRangeCheckNegative. 2019-07-09 20:33:18 +00:00
observatory Second attempt to reland "[vm/concurrency] Introduce concept of Isolate Groups" 2019-07-08 23:49:05 +00:00
platform [vm] Cleanup C99 header includes 2019-07-03 10:54:24 +00:00
tests/vm [vm/kernel] Remove Function parameters from Local type parameters 2019-07-10 14:43:43 +00:00
third_party [vm, fuchsia] Fix deps and stop suppressing -fvisibility=hidden. 2019-04-29 23:31:27 +00:00
tools [vm] Cleanup C99 header includes 2019-07-03 10:54:24 +00:00
vm [vm/kernel] Remove Function parameters from Local type parameters 2019-07-10 14:43:43 +00:00
.gitignore
BUILD.gn [vm/bytecode] Bootstrapping VM from bytecode 2019-06-26 18:25:26 +00:00
codereview.settings
configs.gni [vm, fuchsia] Fix deps and stop suppressing -fvisibility=hidden. 2019-04-29 23:31:27 +00:00
CPPLINT.cfg
PRESUBMIT.py Fix PRESUBMIT.py so it is python3-compatible. 2019-05-07 20:53:06 +00:00
runtime_args.gni [vm/bytecode] Enable building of kernel service snapshot 2019-04-05 22:31:58 +00:00