Files
kotlin-fork/idea/testData/quickfix/autoImports/libraryPropertyRuntime.kt
T
Ilya Gorbunov 801a26a544 Fix testData
2016-02-01 22:20:30 +03:00

8 lines
68 B
Kotlin
Vendored

// "Import" "true"
package test
fun foo() {
<caret>asserter
}