mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
// FILE: MyKotlinClass.kt
|
|
class MyKotlinClass
|
|
|
|
// FILE: one/AnotherClass.kt
|
|
package one
|
|
|
|
class AnotherClass
|
|
|
|
// FILE: utils.kt
|
|
|
|
fun doSomething() = Unit |