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