More annotation generation for declarations with test cases
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
annotation class A(val x: String)
|
||||
|
||||
fun foo(m: Map<String, Int>) {
|
||||
@A("foo/test")
|
||||
val test by lazy { 42 }
|
||||
}
|
||||
Reference in New Issue
Block a user