mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
8 lines
239 B
Kotlin
Vendored
8 lines
239 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
@file:[JvmName("Foo") JvmMultifileClass]
|
|
package test
|
|
|
|
// This test checks that we generate empty multi-file facade even if there is no delegates within it (only private functions in packages)
|
|
private fun privateOnly() {}
|