Script refactoring, codegen tests: change test data according to semantics change
Add some new tests for uncovered cases
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ fun factorial(n: Int): Int {
|
||||
return product
|
||||
}
|
||||
|
||||
factorial(10)
|
||||
val rv = factorial(10)
|
||||
|
||||
Reference in New Issue
Block a user