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

Internal Error: type parameter 'T': type bounds not yet implemented for mixins #15824

Closed
DartBot opened this issue Dec 30, 2013 · 6 comments
Closed
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report

Comments

@DartBot
Copy link

DartBot commented Dec 30, 2013

This issue was originally filed by @tomyeh


Dartium can't run the following code. It said "Internal error: 'file://...': error: line 11 pos 18: type parameter 'T': type bounds not yet implemented for mixins


import "dart:html";
class B {
}
class C<T> {
}
class D {
}
abstract class A<T extends EventTarget> implements C<T> {
}
class E extends A<HtmlDocument> with D {
}
void main() {
}

@DartBot
Copy link
Author

DartBot commented Dec 30, 2013

This comment was originally written by @tomyeh


Note: it happens to both Dartium and standalone Dart VM.
Dart version: Dart VM version: 1.0.0.10_r30798 (Mon Dec 02 11:28:51 2013) on "windows_ia32"

@dgrove
Copy link
Contributor

dgrove commented Jan 2, 2014

Added Area-VM, Triaged labels.

@ghost
Copy link

ghost commented Jan 8, 2014

Set owner to @crelier.

@crelier
Copy link
Contributor

crelier commented Jan 8, 2014

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

@DartBot
Copy link
Author

DartBot commented Feb 14, 2014

This comment was originally written by @tomyeh


Not fixed in Dart 1.1.3, though issue #14453 was fixed.

@crelier
Copy link
Contributor

crelier commented Feb 14, 2014

This issue is marked as a duplicate of 14453. See my comment there.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report labels Feb 14, 2014
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, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

4 participants