Files
kotlin-fork/idea/testData/copyPaste/imports/NoImportForBuiltIns.kt
T
Pavel V. Talanov 61153c87e0 Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
2014-02-04 20:19:52 +04:00

6 lines
97 B
Kotlin
Vendored

package a
private val d = 1
private val b = 2
<selection>fun f(c: IntRange) = d + b</selection>