Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asDebugString (0.12 sec)

  1. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/project/structure/impl/KtStandaloneProjectStructureProvider.kt

            }
    
            return allKtModules.firstOrNull { module -> virtualFile in module.contentScope }
                ?: throw KotlinExceptionWithAttachments("Cannot find a KtModule for the VirtualFile")
                    .withPsiAttachment("containingFile", containingFile)
                    .withAttachment("contextualModule", contextualModule?.asDebugString())
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Apr 10 16:23:23 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top