Skip to content
New issue

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

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

Already on GitHub? # to your account

null is instance of Dynamic #443

Closed
ghost opened this issue Nov 14, 2011 · 1 comment
Closed

null is instance of Dynamic #443

ghost opened this issue Nov 14, 2011 · 1 comment
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Comments

@ghost
Copy link

ghost commented Nov 14, 2011

co19 test:

LangSpecTest/13_Types/13_4_Interface_Types/A07/t02
class CheckDynamic<D> {
  CheckDynamic() {
  }
  
  void check() {
    Expect.isTrue(null is D);
  }
}

main() {
  new CheckDynamic().check();
}

@crelier
Copy link
Contributor

crelier commented Nov 21, 2011

Fixed in r1715.


Added Fixed label.

This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

1 participant