[FIR] Add NOT_A_CLASS diagnostics
This commit is contained in:
committed by
TeamCityServer
parent
aff885bcd1
commit
4caf3c5e83
-9
@@ -1,9 +0,0 @@
|
||||
class Foo<T> {
|
||||
@T
|
||||
fun foo() = 0
|
||||
}
|
||||
|
||||
class Bar<T : Annotation> {
|
||||
@T
|
||||
fun foo() = 0
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
class Foo<T> {
|
||||
@<!NOT_A_CLASS!>T<!>
|
||||
fun foo() = 0
|
||||
|
||||
Reference in New Issue
Block a user