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
6 lines
70 B
Plaintext
Vendored
6 lines
70 B
Plaintext
Vendored
|
|
import foo.*
|
|
fun main(args: Array<String>) {
|
|
1 + 1
|
|
println()
|
|
} |