Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
contextCollector
/
simple.kt
blob: 6efba05d248d894a169f40214294e6c938464315 [
file
]
package
foo
class
Foo
{
val a
:
Int
fun foo
(
p
:
String
)
{
val x
=
1.0f
<expr>
print
(
x
)</
expr
>
}
}
class
Unrelated
{
val unrelatedMember
:
Boolean
get
()
=
true
}
fun unrelatedFunction
():
Int
{
return
"foo"
.
length
}