Are you working on something right now that makes use of interfaces? Copy and paste an interface into the comments of this post (no need for code tags or anything)....
CLICK HERE TO COPY
Actionscript:
package app{
import flash.events.IEventDispatcher;
public interface IBaseModel extends IEventDispatcher{
function [...]