package org.fandev.lang.fan.psi.api.topLevel; import com.intellij.psi.PsiElement; /** * Date: Sep 26, 2009 * Time: 4:37:24 PM * * @author Dror Bereznitsky */ public interface FanTopStatement extends PsiElement { }