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
13 lines
108 B
Plaintext
Vendored
13 lines
108 B
Plaintext
Vendored
package foo
|
|
|
|
import a
|
|
import b
|
|
import a
|
|
import b
|
|
|
|
|
|
fun main(args: Array<String>) {
|
|
1 + 1
|
|
println()
|
|
}
|