Skip to content

Commit fed3119

Browse files
kotlin-samples-pusher-botdkrasnoff
authored andcommitted
test(samples): add new samples
1 parent c77f798 commit fed3119

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/test/resources/test-compile-data/jvm/kotlin-web-site/coding-conventions/645676419203904917d24f70f85afe08.1.kt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
fun main() {
22
//sampleStart
3-
println("""
4-
Not
5-
trimmed
6-
text
7-
"""
8-
)
3+
println("""
4+
Not
5+
trimmed
6+
text
7+
"""
8+
)
99

10-
println("""
11-
Trimmed
12-
text
13-
""".trimIndent()
14-
)
10+
println("""
11+
Trimmed
12+
text
13+
""".trimIndent()
14+
)
1515

16-
println()
16+
println()
1717

18-
val a = """Trimmed to margin text:
19-
|if(a > 1) {
20-
| return a
21-
|}""".trimMargin()
18+
val a = """Trimmed to margin text:
19+
|if(a > 1) {
20+
| return a
21+
|}""".trimMargin()
2222

2323
println(a)
2424
//sampleEnd

0 commit comments

Comments
 (0)