2841931ffa
#KT-10828 Fixed
11 lines
134 B
Kotlin
Vendored
11 lines
134 B
Kotlin
Vendored
package test
|
|
|
|
internal object Utils {
|
|
fun foo1(p: Int) {}
|
|
fun foo2(): Int {
|
|
return 1
|
|
}
|
|
|
|
val staticField = 1
|
|
}
|