Skip to content

Commit dc85565

Browse files
authored
Merge pull request #4 from intellij-rust/pr-4
Rename `SomeClass2.foo` to `SomeClass2.hello`
2 parents ccfdbf5 + 57de6d8 commit dc85565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/SomeClass2.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object SomeClass2 {
2-
fun foo() {
2+
fun hello() {
33
println("Hello, World!")
44
}
55
}

0 commit comments

Comments
 (0)