33c22b8251
#KT-8208 fixed
7 lines
55 B
Kotlin
Vendored
7 lines
55 B
Kotlin
Vendored
package foo
|
|
|
|
object FooBar {
|
|
fun inFoo() {
|
|
|
|
}
|
|
} |