001    package railo.runtime.type.scope;
002    
003    import railo.runtime.type.Scope;
004    
005    public interface Local extends Scope {
006    
007    }