Cyclic type variable test has a legal declaration flagged by the VM #1427
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-duplicate
Closed in favor of an existing report
This issue was originally filed by [email protected]
CyclicTypeBoundsTest.dart was introduced in
http://codereview.chromium.org/9186017/
class Base<T> {}
class Derived extends Base<Derived> {} // legal
=== debugia32 vm language/CyclicTypeVariableTest/01 ===
Path: language/CyclicTypeVariableTest/01
type 'Base<Derived>' illegally refers to itself
Command: out/Debug_ia32/dart --ignore-unrecognized-flags out/generated_tests/language/CyclicTypeVariableTest_01.dart
The text was updated successfully, but these errors were encountered: