We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555a2c1 commit adaeaa3Copy full SHA for adaeaa3
1 file changed
transpiler/javatests/com/google/j2cl/readable/kotlin/strings/Strings.kt
@@ -222,7 +222,7 @@ private class Foo {
222
override fun toString() = "bar"
223
}
224
225
-// Also 496167636 return statement in function expression body. Does not remove the return
+// Also tests return statement in function expression body, does not remove the return.
226
private fun intToStringHelper(i: Int): String = return i.toString()
227
228
private fun nullableIntToStringHelper(i: Int?) = i.toString()
0 commit comments