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