mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
9 lines
265 B
Kotlin
Vendored
9 lines
265 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
// 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() {}
|