Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
cli
/
jvm
/
contextSensitiveResolution.kt
blob: 180012e86039b70e396d08931dc0ab4d471228f0 [
file
]
enum
class
MyEnum
{
X
,
Y
}
fun foo
(
m
:
MyEnum
)
{}
fun main
()
{
foo
(
X
)
}