StructuralJumpTest

This commit is contained in:
Hai Nguyen 2018-09-28 10:01:45 +08:00
parent df99b29fb3
commit 6c0c94449d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import org.junit.Test
import kotlin.test.assertEquals import kotlin.test.assertEquals
import kotlin.test.assertFalse import kotlin.test.assertFalse
class LoopTest { class StructuralJumpTest {
@Test @Test
fun givenLoop_whenBreak_thenComplete() { fun givenLoop_whenBreak_thenComplete() {