view tests/mini/compile_bug174_enclosing_on_break.d @ 1143:b28a57f4b530

Fix to synchronized function storage class when getting the classinfo via dotExp.
author Christian Kamm <kamm incasoftware de>
date Wed, 25 Mar 2009 08:13:01 +0100
parents d51551cb3a85
children
line wrap: on
line source

void main()
{
  scope Object o;
  switch(0)  {}
}