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