Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for callableName (0.11 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/resolve/extensions/KtResolveExtensionTestSupport.kt

                val classifierNames = directives[Directives.RESOLVE_EXTENSION_CLASSIFIER].toSet()
                val callableNames = directives[Directives.RESOLVE_EXTENSION_CALLABLE].toSet()
                check(classifierNames.isNotEmpty() || callableNames.isNotEmpty()) {
                    "Extension file $name does not specify any RESOLVE_EXTENSION_CLASSIFIER or RESOLVE_EXTENSION_CALLABLE"
                }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top