LeakingThisInspection: fix false positives for enum class
#KT-25905 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// PROBLEM: none
|
||||
// FIX: none
|
||||
enum class Foo : Bar {
|
||||
ONE;
|
||||
|
||||
val double = x<caret>
|
||||
}
|
||||
|
||||
interface Bar {
|
||||
val x: Int get() = 42
|
||||
}
|
||||
Reference in New Issue
Block a user