Add inspection to detect non-const vals used as Java annotation args
So #KT-20615 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: none
|
||||
|
||||
enum class E {
|
||||
FIRST
|
||||
}
|
||||
|
||||
val <caret>e = E.FIRST
|
||||
Reference in New Issue
Block a user