FIR: look for conflicting declarations more precisely
This commit is contained in:
committed by
teamcity
parent
3092a84b6b
commit
4737bb07df
+1
-1
@@ -10,7 +10,7 @@ object Foo {
|
||||
|
||||
fun En() = 239
|
||||
|
||||
enum class En {
|
||||
enum class <!CONFLICTING_OVERLOADS!>En<!> {
|
||||
ENTRY,
|
||||
|
||||
SUBCLASS { };
|
||||
|
||||
Reference in New Issue
Block a user