Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
While.kt
blob: 28aaf5be2ca67078438f8061a11d376791b9b90d [
file
]
fun x
(
s
:
Any
):
Boolean
{}
fun foo
(
p
:
Any
?,
p1
:
Any
?)
{
while
(
x
(
p
!!))
{
print
(
p1
!!)
}
<caret>
p
.
hashCode
()
}