[FIR] Fix annotations invalid references diagnostics
This commit is contained in:
committed by
TeamCityServer
parent
261098a122
commit
ae63ad0b6d
Vendored
+1
-1
@@ -5,7 +5,7 @@ interface I {
|
||||
}
|
||||
|
||||
class A {
|
||||
fun too(): <!NOT_AN_ANNOTATION_CLASS!>@Annotation<!> Unit {}
|
||||
fun too(): @<!NOT_AN_ANNOTATION_CLASS!>Annotation<!> Unit {}
|
||||
|
||||
fun foo(): <!REDUNDANT_RETURN_UNIT_TYPE!>Unit<!>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user