We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df4af3 commit 591556eCopy full SHA for 591556e
trimindent-compiler/testData/basic.kt
@@ -37,7 +37,7 @@ fun main() {
37
}
38
39
// EXPECT
40
-// FILE: Main.kt.stdout
+// FILE: MainKt.main.stdout
41
hello
42
world
43
!!!
trimindent-compiler/testData/reIndent.kt
@@ -27,7 +27,7 @@ fun main() {
27
println(s4)
28
29
30
31
def test(a) {
32
if(a > 1) {
33
return true
0 commit comments