Skip to content

Commit 7b1e54d

Browse files
fix: correct import statement
1 parent 1f19d66 commit 7b1e54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/ch07/7.1.11.1_2_PlatformTypes1.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package ch07.ex1_11_1_2_PlatformTypes1
22

3-
import ch06.Person
3+
import ch07.Person
44

55
fun yellAtSafe(person: Person) {
66
println((person.name ?: "Anyone").uppercase() + "!!!")

0 commit comments

Comments
 (0)