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

10 lines
90 B
Plaintext
Vendored

// "Import" "true"
package test
import kotlin.test.asserter
fun foo() {
asserter
}