We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a6cd8 commit fc1f351Copy full SHA for fc1f351
1 file changed
docs/ksp2api.md
@@ -83,8 +83,8 @@ class OverrideOrder2 : BaseInterface2, GrandBaseInterface1 {
83
* KSP2: Type annotations on a type argument now present in the resolved type as well
84
85
##### vararg parameters
86
-* KSP1: Considered as an `Array` type
87
-* KSP2: Not considered as an `Array` type
+* KSP1: Considered as an `Array` type when it is from Java sources.
+* KSP2: Not considered as an `Array` type. KSValueParameter returns the declared type consistently.
88
89
##### Synthesized members of Enums
90
* KSP1: `values` and `valueOf` are missing if the enum is defined in Kotlin sources
0 commit comments