Files
kotlin-fork/idea/testData/copyPaste/imports/OnlyKDocReferenced.kt
T
2017-01-25 17:41:26 +03:00

12 lines
91 B
Kotlin
Vendored

// RUNTIME
import java.io.File
<selection>
/**
* [File]
*/
</selection>
fun some() {
}