QuickFixMultiModule: change tests structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// "Replace with 'actual'" "true"
|
||||
|
||||
public actual tailrec fun foo(n: Int): Int = if (n < 2) n else foo(n - 1)
|
||||
Reference in New Issue
Block a user