You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LC] KtLightElementBase: textRange and textOffset should return only real values
It is up to clients to decide how to properly manage elements without
ranges. With the previous implementation there was no way to
detect such a situation.
^KT-70001 Fixed
Copy file name to clipboardexpand all lines: analysis/symbol-light-classes/src/org/jetbrains/kotlin/light/classes/symbol/methods/SymbolLightAccessorMethod.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,7 @@ internal class SymbolLightAccessorMethod private constructor(
Copy file name to clipboardexpand all lines: analysis/symbol-light-classes/src/org/jetbrains/kotlin/light/classes/symbol/modifierLists/SymbolLightMemberModifierList.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
4
4
*/
5
5
@@ -54,7 +54,7 @@ internal class SymbolLightMemberModifierList<T : KtLightMember<*>>(
0 commit comments