[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
annotation class ann
|
||||
val bas = fun ()
|
||||
|
||||
fun bar(a: Any) = fun ()
|
||||
|
||||
fun outer() {
|
||||
bar(fun ())
|
||||
bar(l@ fun ())
|
||||
bar(@ann fun ())
|
||||
}
|
||||
Reference in New Issue
Block a user