Kapt+JVM_IR: do not generate nested enum as final
#KT-54187 Fixed
This commit is contained in:
committed by
Space Team
parent
766a51069c
commit
c813e03c1e
@@ -21,3 +21,7 @@ enum class Nested1 {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
interface I {
|
||||
enum class Nested { WHITE }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user