blob: 456634356bdb44e9e4424686fcf371d3a177cb9f [file] [log] [blame]
enum class A {
ONE, TWO
fun invoke(i: Int) = i
}
fun test() = A.<caret>ONE(1)