Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
moduleProtoBuf
/
jvmPackageNameMultifileClass
/
K2_A.kt
blob: f4998083414020b261a032a8a4b60d8280c211c4 [
file
]
@file
:
Suppress
(
"INVISIBLE_MEMBER"
,
"INVISIBLE_REFERENCE"
)
@file
:
JvmPackageName
(
"j2"
)
@file
:
JvmName
(
"K2"
)
@file
:
JvmMultifileClass
package
k2
fun f1
()
{}