Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTypeAtCaret (0.13 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/subtyping/AbstractSemanticSubtypingTest.kt

                .toBooleanStrict()
    
            analyseForTest(mainFile) {
                val type1 = getTypeAtCaret("type1", mainFile, testServices)
                val type2 = getTypeAtCaret("type2", mainFile, testServices)
    
                checkTypes(expectedResult, type1, type2, testServices)
            }
        }
    
        private fun KaSession.getTypeAtCaret(caretTag: String, mainFile: KtFile, testServices: TestServices): KaType {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top