7 lines
179 B
Plaintext
Vendored
7 lines
179 B
Plaintext
Vendored
// "Suppress 'UnusedImport' for file ${file}" "true"
|
|
|
|
@file:Suppress("UnusedImport")
|
|
|
|
import java.io.*
|
|
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.KotlinUnusedImportInspection |