view core/src/luan/impl/StmtExp.java @ 669:e320488819b6

minor fix
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 Apr 2016 16:00:44 -0600
parents 37f0cf43f191
children
line wrap: on
line source

package luan.impl;

import luan.LuanException;


public interface StmtExp extends Expressions {}