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