c7aedd932c
Compiler plugins are currently only supported in source modules. This commit makes them also available in code fragments with source context.
5 lines
69 B
Kotlin
Vendored
5 lines
69 B
Kotlin
Vendored
// WITH_FIR_TEST_COMPILER_PLUGIN
|
|
|
|
fun test() {
|
|
<caret>val x = 0
|
|
} |