Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyclic type variable test has a legal declaration flagged by the VM #1427

Closed
DartBot opened this issue Jan 31, 2012 · 3 comments
Closed

Cyclic type variable test has a legal declaration flagged by the VM #1427

DartBot opened this issue Jan 31, 2012 · 3 comments
Assignees
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

Comments

@DartBot
Copy link

DartBot commented Jan 31, 2012

This issue was originally filed by zundel@google.com


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

@DartBot
Copy link
Author

DartBot commented Jan 31, 2012

This comment was originally written by zundel@google.com


Make that CyclicTypeVariableTest.dart, committed in r3751

@ghost
Copy link

ghost commented Feb 3, 2012

Set owner to @crelier.

@crelier
Copy link
Contributor

crelier commented Feb 3, 2012

Added Duplicate label.
Marked as being merged into #439.

@DartBot DartBot added Type-Defect 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 labels Feb 3, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants