Minor, move bytecodeListing tests on JvmMultifileClass

This commit is contained in:
Alexander Udalov
2021-03-10 20:27:09 +01:00
parent 057ead358c
commit 75850a618c
10 changed files with 66 additions and 40 deletions
@@ -0,0 +1,7 @@
// 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() {}