Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
generate
/
equalsWithHashCode
/
singleVarNullable.kt
blob: 14edb9cd41103fb1825d6c04e35c31927ca8cf6b [
file
]
class
A
(
val n
:
Int
?)
{<
caret
>
fun foo
()
{
}
}