Implementation item should be limited in access

Saw a new bug, seemingly.

This should be restricted to the file actually:

namespace Gamewindow;

interface 
 // somemethods here to be publicly seen

implementation

var
 CURRENTBUFFER: TBuffer; 

But I can use CURRENTBUFFER in totally different namespaces even if it is not in the interface-section for global use.

Thanks, logged as bugs://79735

bugs://79735 got closed with status fixed.