mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
InvertIfConditionIntention, RemoveBracesIntention tests are affected #KT-4175 In Progress
7 lines
68 B
Plaintext
Vendored
7 lines
68 B
Plaintext
Vendored
package foo
|
|
|
|
fun main(args: Array<String>) {
|
|
1 + 1
|
|
println()
|
|
}
|