Add test for annotation parameter reference
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@k.KAnno(<caret>d = "val")
|
||||
public class Class {
|
||||
}
|
||||
|
||||
// REF: (k.KAnno).d
|
||||
+1
-1
@@ -52,4 +52,4 @@ public class TraitWithDelegatedWithImpl(f: TraitWithImpl) : TraitWithImpl by f
|
||||
kotlin.jvm.jvmOverloads
|
||||
public fun withJvmOverloads(i: Int, b: Boolean = false, s: String="hello") {}
|
||||
|
||||
|
||||
annotation class KAnno(val c: Int = 4, val d: String)
|
||||
|
||||
Reference in New Issue
Block a user