Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
contextualDeclarationUse
/
contextualDeclarationUse.kt
blob: 4394f31fb9b06699bcc3dc5140e9a5d8ffc6f649 [
file
]
package
test
fun callOrdinaryAndContextualDeclaration
()
{
ordinary
()
with
(
42
)
{
f
()
val a
=
A
()
a
.
p
a
.
m
()
p
}
}