Home
last modified time | relevance | path

Searched refs:syntheticMethodForAnnotationsDesc (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DMetadataTransformer.kt100 private var syntheticMethodForAnnotationsDesc: JvmMethodSignature? = null in <lambda>() variable in PropertyExtensionNode
116 check(syntheticMethodForAnnotationsDesc == null) in <lambda>()
117 this.syntheticMethodForAnnotationsDesc = signature in <lambda>()
124 syntheticMethodForAnnotationsDesc?.let { v.visitSyntheticMethodForAnnotations(it) } in <lambda>()