Skip to content

Commit e0b7292

Browse files
hanggatheangrydev
andauthored
Update core-kotlin-modules/core-kotlin-10/src/test/kotlin/com/baeldung/variableshadowing/VariableShadowingUnitTest.kt
Co-authored-by: Liam Williams <[email protected]>
1 parent 630a671 commit e0b7292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-kotlin-modules/core-kotlin-10/src/test/kotlin/com/baeldung/variableshadowing/VariableShadowingUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package com.baeldung.variableshadowing
55
import org.junit.jupiter.api.Assertions.assertEquals
66
import org.junit.jupiter.api.Test
77

8-
class VariableShadowingUnitTest{
8+
class VariableShadowingUnitTest {
99

1010
@Test
1111
fun `Top-level variable shadowing`(){

0 commit comments

Comments
 (0)