a59021a25e
#KT-18786 fixed
10 lines
133 B
Kotlin
Vendored
10 lines
133 B
Kotlin
Vendored
package test
|
|
|
|
internal object Utils {
|
|
|
|
val staticField = 1
|
|
fun foo1(p: Int) {}
|
|
fun foo2(): Int {
|
|
return 1
|
|
}
|
|
} |