Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KtCollectionLiteralReference (0.22 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KaFirCollectionLiteralReference.kt

    import org.jetbrains.kotlin.fir.types.resolvedType
    import org.jetbrains.kotlin.idea.references.KtCollectionLiteralReference
    
    import org.jetbrains.kotlin.psi.KtCollectionLiteralExpression
    import org.jetbrains.kotlin.psi.KtImportAlias
    
    internal class KaFirCollectionLiteralReference(
        expression: KtCollectionLiteralExpression
    ) : KtCollectionLiteralReference(expression), KaFirReference {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top