Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
enum
/
kt2834.kt
blob: 5fe3aebea8d52ad5f59d531ee8a1d3947929db0f [
file
]
// FIR_IDENTICAL
private
enum
class
MethodKind
{
INSTANCE
,
STATIC
}
private
fun
MethodKind
.
hasThis
()
=
this
==
MethodKind
.
INSTANCE