Files
kotlin-fork/idea/testData/inspections/unusedImport/noUnusedImportForLocalVarDelegate.kt
T
2018-03-06 15:15:40 +03:00

7 lines
72 B
Kotlin
Vendored

package bar
import foo.getValue
fun foo() {
val x : String by ""
}