Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
moduleProtoBuf
/
jvmPackageNameManyParts
/
Foo1.kt
blob: 55ca8bc833e726767d75331975843d384bb01be0 [
file
] [
log
] [
blame
]
@file
:
Suppress
(
"INVISIBLE_MEMBER"
,
"INVISIBLE_REFERENCE"
)
@file
:
JvmPackageName
(
"foo.jvm"
)
package
foo
fun foo1
()
{}