Skip to content

Commit adaeaa3

Browse files
jDramaixcopybara-github
authored andcommitted
Fix typo in comment.
PiperOrigin-RevId: 890490726
1 parent 555a2c1 commit adaeaa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • transpiler/javatests/com/google/j2cl/readable/kotlin/strings

transpiler/javatests/com/google/j2cl/readable/kotlin/strings/Strings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private class Foo {
222222
override fun toString() = "bar"
223223
}
224224

225-
// Also 496167636 return statement in function expression body. Does not remove the return
225+
// Also tests return statement in function expression body, does not remove the return.
226226
private fun intToStringHelper(i: Int): String = return i.toString()
227227

228228
private fun nullableIntToStringHelper(i: Int?) = i.toString()

0 commit comments

Comments
 (0)