Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
contextCollector
/
classFunction.kt
blob: dda6522909f46dd54a730d94f1ca152267647132 [
file
]
class
Foo
{
<expr>
fun foo
(
n
:
Int
)
{
bar
(
n
)
}</
expr
>
fun bar
(
obj
:
Any
?)
{}
}