mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
It still contains useful information about it's parts, that may be used while building stubs for multi-file group containing only InlineOnly functions
6 lines
222 B
Kotlin
Vendored
6 lines
222 B
Kotlin
Vendored
@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() {}
|