Skip to content

Commit a394b72

Browse files
authored
Merge branch 'master' into 1.9.20
2 parents 19a25ed + 77b5556 commit a394b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/resources/test-compile-data/jvm/kotlin-web-site/kotlin-tour-functions/5a7f4ccf55b50960c263c297e9d8ca61.3.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fun printMessageWithPrefix(message: String, prefix: String = "Info") {
1+
fun printMessageWithPrefix(message: String, prefix: String) {
22
println("[$prefix] $message")
33
}
44

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"latestStable": true
2626
},
2727
{
28-
"version": "1.9.20-RC2"
28+
"version": "1.9.20"
2929
}
3030
]

0 commit comments

Comments
 (0)