Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
facades
/
AllPrivate.kt
blob: aab98667217b7ae1cf3713ea2afc88cdd7e784a5 [
file
]
// p.AllPrivate
// WITH_STDLIB
@file
:
kotlin
.
jvm
.
JvmMultifileClass
@file
:
kotlin
.
jvm
.
JvmName
(
"AllPrivate"
)
package
p
private
fun f
():
Int
=
3
private
fun g
(
p
:
String
):
String
=
"p"
// FIR_COMPARISON