mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
// LIBRARY_NAME: myLibraryWithFacade
|
|
// FILE: facade.kt
|
|
|
|
@file:JvmName("MyCustomFacade")
|
|
@file:JvmMultifileClass
|
|
|
|
fun myFun() = Unit
|