e8a8bc89c9
#KT-29321 Fixed
14 lines
183 B
HTML
14 lines
183 B
HTML
<html>
|
|
<body>
|
|
This inspection reports redundant enum entry constructor invocation:
|
|
|
|
<pre>
|
|
enum class Foo {
|
|
A(), // This '()' is redundant.
|
|
B(),
|
|
C
|
|
}
|
|
</pre>
|
|
|
|
</body>
|
|
</html> |