[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
// !RENDER_DIAGNOSTICS_MESSAGES
|
||||
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.TYPE, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.VALUE_PARAMETER)
|
||||
annotation class An
|
||||
|
||||
@An
|
||||
interface A {
|
||||
@An
|
||||
fun foo(@An a : @An Int)
|
||||
}
|
||||
|
||||
@An
|
||||
interface B {
|
||||
@An
|
||||
fun foo(@An b : @An Int)
|
||||
}
|
||||
|
||||
interface C : A, B
|
||||
Reference in New Issue
Block a user