separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Evaluator(val expr: StringBuilder) {
|
||||
fun evaluateArg(): Int {
|
||||
return expr.length()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user