mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Don't reconfigure runtime before every test. For consistency, mark tests that require the runtime with directives instead of relying on test file names.
10 lines
257 B
Kotlin
Vendored
10 lines
257 B
Kotlin
Vendored
// "Create annotation 'A'" "false"
|
|
// ACTION: Create object 'A'
|
|
// ACTION: Create local variable 'A'
|
|
// ACTION: Create parameter 'A'
|
|
// ACTION: Create property 'A'
|
|
// ACTION: Rename reference
|
|
// ERROR: Unresolved reference: A
|
|
package p
|
|
|
|
fun foo() = <caret>A |