33c22b8251
#KT-8208 fixed
9 lines
89 B
Kotlin
Vendored
9 lines
89 B
Kotlin
Vendored
package foo
|
|
|
|
class Bar {
|
|
companion object {
|
|
fun member() {
|
|
|
|
}
|
|
}
|
|
} |