Add "Redundant enum constructor invocation" inspection
#KT-29321 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
542d3c3532
commit
e8a8bc89c9
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
// DISABLE-ERRORS
|
||||
enum class Bar(i: Int) {
|
||||
A(1),
|
||||
B()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user