Files
kotlin-fork/analysis/analysis-api/testData/symbols/symbolByReference/withTestCompilerPluginEnabled/generatedCompanionWorksAsValue.kt
T
2022-02-25 23:08:26 +03:00

9 lines
197 B
Kotlin
Vendored

// WITH_FIR_TEST_COMPILER_PLUGIN
package test
@org.jetbrains.kotlin.fir.plugin.CompanionWithFoo
class WithGeneratedCompanion
fun test() {
val companionObject = WithGenerated<caret>Companion
}