what type would you expect obj.x to be? Integer or string? https://plus.google.com/103246155735524926641/posts/fZPWUeWc1D9
type | |
TClassC<T> = class | |
private | |
type | |
TClassD<T> = class | |
private | |
x: T; | |
end; | |
end; | |
var | |
obj: TClassC<Integer>.TClassD<string>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment