Fix name of 'controlflow' folder with contract tests

This commit is contained in:
victor.petukhov
2018-08-31 17:27:51 +03:00
parent 7068992937
commit 110bc7412d
2 changed files with 0 additions and 18 deletions
@@ -1,9 +0,0 @@
package
public fun case_1(): kotlin.Unit
package contracts {
public fun case_1(/*0*/ x: kotlin.Double = ..., /*1*/ block: () -> kotlin.Unit): kotlin.Double
CallsInPlace(block, EXACTLY_ONCE)
}
@@ -1,9 +0,0 @@
package
public fun case_1(): kotlin.Unit
package contracts {
public fun case_1(/*0*/ x: kotlin.Double = ..., /*1*/ block: () -> kotlin.Unit): kotlin.Double
CallsInPlace(block, AT_LEAST_ONCE)
}