blob: 1f88c373c8be5dc1acfd38dda01753672671712a [file] [log] [blame]
package base
interface UExpression {
fun evaluate(): Any? = "fail"
}