Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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