Files
kotlin-fork/idea/testData/quickfix/optimizeImports/destructuringAtTop.kt.after
T
2019-05-06 18:12:39 +07:00

4 lines
77 B
Plaintext
Vendored

// "Optimize imports" "true"
// WITH_RUNTIME
val (a, b, c) = Triple(1, 2, 3)