Files
kotlin-fork/analysis/analysis-api/testData/components/compilerFacility/compilationMultiModule/codeFragments/compilerPluginUsage.kt
T
Yan Zhulanow c7aedd932c [Analysis API] Support compiler plugins in code fragments
Compiler plugins are currently only supported in source modules.
This commit makes them also available in code fragments with source
context.
2024-01-05 16:04:14 +00:00

5 lines
69 B
Kotlin
Vendored

// WITH_FIR_TEST_COMPILER_PLUGIN
fun test() {
<caret>val x = 0
}