[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// !RENDER_DIAGNOSTICS_MESSAGES
|
||||
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.TYPE, AnnotationTarget.CLASS)
|
||||
annotation class Ann(val s: String = "")
|
||||
|
||||
@Ann("s")
|
||||
fun foo() {}
|
||||
|
||||
val bar = <!INAPPLICABLE_CANDIDATE!>foo<!>(
|
||||
15
|
||||
)
|
||||
Reference in New Issue
Block a user