mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
InvertIfConditionIntention, RemoveBracesIntention tests are affected #KT-4175 In Progress
5 lines
55 B
Plaintext
Vendored
5 lines
55 B
Plaintext
Vendored
fun main(args: Array<String>) {
|
|
1 + 1
|
|
println()
|
|
}
|