We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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(); }
The text was updated successfully, but these errors were encountered:
Fixed in r1715.
Added Fixed label.
Sorry, something went wrong.
crelier
No branches or pull requests
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();
}
The text was updated successfully, but these errors were encountered: