Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
generate
/
equalsWithHashCode
/
singleVar.kt
blob: 53550d65203f31547938d15430503d8746db9f6e [
file
]
class
A
(
val n
:
Int
)
{<
caret
>
fun foo
()
{
}
}