Files
kotlin-fork/idea/testData/quickfix/autoImports/libraryPropertyRuntime.kt.after
T
Dmitry Jemerov e2f75463d7 Rewrite AbstractQuickFixTest based on light fixture test case
Don't reconfigure runtime before every test. For consistency,
mark tests that require the runtime with directives instead of relying
on test file names.
2017-03-27 19:48:43 +02:00

11 lines
118 B
Plaintext
Vendored

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