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