Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fullName (0.32 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/SymbolByFqName.kt

    private fun extractCallableId(fullName: String): CallableId {
        val name = if ('.' in fullName) fullName.substringAfterLast(".") else fullName.substringAfterLast('/')
        val (packageName, className) = run {
            val packageNameWithClassName = fullName.dropLast(name.length + 1)
            when {
                '.' in fullName ->
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top