3ad9e4cb5c
This way test data can be used both in the old plugin and in the FIR plugin
13 lines
382 B
Kotlin
Vendored
13 lines
382 B
Kotlin
Vendored
// "Import" "false"
|
|
// ERROR: Unresolved reference: SomeTest
|
|
// ERROR: Expression expected, but a package name found
|
|
// ACTION: Convert to lazy property
|
|
// ACTION: Convert property initializer to getter
|
|
// ACTION: Create class 'SomeTest'
|
|
// ACTION: Replace safe access expression with 'if' expression
|
|
// ACTION: Rename reference
|
|
|
|
package testing
|
|
|
|
val x = testing?.<caret>SomeTest()
|