C++: Bind 'impl'. Oops.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-08-04 10:58:54 +02:00
parent d398c8c5a8
commit 75c333273c

View File

@@ -65,6 +65,8 @@ module Make<ParamSig Param> {
class SemTypeReason extends SemReason, TSemTypeReason {
TypeReasonImpl impl;
SemTypeReason() { this = TSemTypeReason(impl) }
override string toString() { result = "TypeReason" }
bindingset[this, reason]