Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
lineNumber
/
enum.kt
blob: 79df835a10180fcdd686821dbcc1ca68a5544595 [
file
]
enum
class
E
{
E1
;
fun foo
()
=
{
test
.
lineNumber
()
}
val prop
=
test
.
lineNumber
()
}