Skip to content

Commit 3ada06d

Browse files
neetopiaKSP Auto Pick
authored andcommitted
remove unused suppress annotation in KSP2
(cherry picked from commit 5d1aed6)
1 parent e15fc17 commit 3ada06d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/KSFunctionDeclarationImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
1918
package com.google.devtools.ksp.impl.symbol.kotlin
2019

2120
import com.google.devtools.ksp.*

kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/KSPropertyDeclarationJavaImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
21
package com.google.devtools.ksp.impl.symbol.kotlin
32

43
import com.google.devtools.ksp.KSObjectCache

0 commit comments

Comments
 (0)