Synthetic class object of enum should always be public
#KT-2834 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
private enum class MethodKind {
|
||||
INSTANCE
|
||||
STATIC
|
||||
}
|
||||
|
||||
fun MethodKind.hasThis() = this == MethodKind.INSTANCE
|
||||
Reference in New Issue
Block a user