name resolution and static function

Thomas Kuehne thomas-dloop at kuehne.cn
Thu Sep 14 00:23:37 PDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Carlos Santander schrieb am 2006-07-10:
> I'm sure this also has to do with how name resolution works, but here it is anyway:
>
> //---------------------------------
> class A
> {
>          void foo () {}
>          //private
>          static void foo (int i) {}
> }
>
> class B
> {
>          void foo (int x)
>          {
>                  A.foo (x);
>          }
> }
> //---------------------------------
>
> I get:
> test.d:12: 'this' is required, but test.A is not a base class of B
>
> And if I uncomment the private attribute in A, I get:
> test.d:12: 'this' is required, but test.A is not a base class of B
> test.d:12: class test.B member foo is not accessible
>
> gdc rev 13 (DMD 0.162)

Added to DStress as
http://dstress.kuehne.cn/run/s/static_37_A.d
http://dstress.kuehne.cn/run/s/static_37_B.d
http://dstress.kuehne.cn/run/s/static_37_C.d
http://dstress.kuehne.cn/run/s/static_37_D.d
http://dstress.kuehne.cn/run/s/static_37_E.d
http://dstress.kuehne.cn/run/s/static_37_F.d
http://dstress.kuehne.cn/run/s/static_37_G.d
http://dstress.kuehne.cn/run/s/static_37_H.d
http://dstress.kuehne.cn/run/s/static_37_I.d
http://dstress.kuehne.cn/run/s/static_37_J.d
http://dstress.kuehne.cn/run/s/static_37_K.d

Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFFCQNrLK5blCcjpWoRAsVKAJ9ztvH0HR1InPxrlLf0HoqRQuNXjwCeLKc2
Q7WTSryFA5zzjs3FhGzszTc=
=aAdL
-----END PGP SIGNATURE-----



More information about the Digitalmars-d-bugs mailing list