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
Copy file name to clipboardExpand all lines: kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/KSFunctionDeclarationImpl.kt
+15-2
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,22 @@ class KSFunctionDeclarationImpl private constructor(internal val ktFunctionSymbo
Copy file name to clipboardExpand all lines: kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/KSPropertyDeclarationImpl.kt
+17-3
Original file line number
Diff line number
Diff line change
@@ -102,9 +102,23 @@ class KSPropertyDeclarationImpl private constructor(internal val ktPropertySymbo
102
102
103
103
overrideval extensionReceiver:KSTypeReference? by lazy {
Copy file name to clipboardExpand all lines: kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/resolved/KSTypeReferenceResolvedImpl.kt
0 commit comments