This commit is contained in:
Timo Westkämper 2010-09-16 20:38:25 +00:00
parent 66370b6a3c
commit 449be43734

View File

@ -14,6 +14,7 @@ import java.util.Arrays._;
object Constants {
// FIXME
//def constant(value: java.lang.Integer) = ConstantImpl.create(value.intValue);
def constant(value: String) = ConstantImpl.create(value);