Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFunction (0.31 sec)

  1. analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/session/builder/StandaloneSessionBuilderTest.kt

            // Test dependsOn dependency: expect in the common module, actual "typealias" in the platform-specific module
            val testFunction = ktFile.findDescendantOfType<KtFunction>()!!
            val localVariable = testFunction.findDescendantOfType<KtProperty>()!!
            analyze(localVariable) {
                val localVariableSymbol = localVariable.getVariableSymbol()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top