diff -r 340df9f3491f -r 22f665a2e91c src/HOL/Bali/WellForm.thy --- a/src/HOL/Bali/WellForm.thy Sun Sep 11 22:56:05 2011 +0200 +++ b/src/HOL/Bali/WellForm.thy Mon Sep 12 07:55:43 2011 +0200 @@ -2788,7 +2788,7 @@ proof - from im statM statT isT_statT wf not_Private_statM have "is_static im = is_static statM" - by (fastsimp dest: wf_imethds_hiding_objmethdsD) + by (fastforce dest: wf_imethds_hiding_objmethdsD) with wf isT_statT statT im have "\ is_static statM" by (auto dest: wf_prog_idecl imethds_wf_mhead)