Skip to content

Commit 1f30b0c

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 e0b7292 commit 1f30b0c

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
@@ -8,7 +8,7 @@ import org.junit.jupiter.api.Test
88
class VariableShadowingUnitTest {
99

1010
@Test
11-
fun `Top-level variable shadowing`(){
11+
fun `top-level variable shadowing`(){
1212
val number = 10 // Top-level variable
1313

1414
fun upNumber() : Int { // top-level function

0 commit comments

Comments
 (0)